Get a quota detail by its id

Get quota detail from a survey 

Request


GET $apihost/$basepath/surveys/7000/quotas/b11115

($apihost is the environment against which you are testing, and $basepath is the base path with the api version. All Buy API calls will require access-token parameter in the header) 

Response



Response Code

200

Response Body

{
  "buyer_quota_id": "qb30",
  "criteria": [
    {
      "condition_codes": [
        "112"
      ],
      "qualification_code": 214
    }
  ],
  "ps_quota_id": "0cf9be86-7d33-43a0-b7d8-65478691490f",
  "required_count": 200
}