Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Get a quota detail from a survey created in this example Nested quotas

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": "b11115",
      "required_count": 200,
      "criteria": [
        {"qualification_code": 217,"conditions": ["114"]}, //Married
        {"qualification_code": 214,"conditions": ["112"]}, //Hispanic
        ]
    }
  • No labels