Get a quota detail by its id
Our updated BUY API documentation is available here.
We hope you enjoy the new experience! Reach out to us with your feedback or questions on supportbuyapi@purespectrum.com
Happy programming! 🎉
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
}