Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GET $apihost/$basepath/surveys/5000/quotas/performance

($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

Code Block
languagejs
linenumberstrue
[
{"ps_quota_id": "3i38", "buyer_quota_id": "qb12", "requiredcompletes_countgoal": 250, "ps_completes_acheivedfielded": 100}, 
{"ps_quota_id": "3i39", "buyer_quota_id": "qb13", "requiredcompletes_countgoal": 250, "ps_completes_acheivedfielded": 211}, 
{"ps_quota_id": "3i40", "buyer_quota_id": "qb14", "requiredcompletes_countgoal": 300, "ps_completes_acheivedfielded": 11}, 
{"ps_quota_id": "3i41", "buyer_quota_id": "qb15", "requiredcompletes_countgoal": 200, "ps_completes_acheivedfielded": 67}
]