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 4 Current »

Get income qualification of a survey edited in Edit income qualification of a survey

bapit-12

Request


GET $apihost/$basepath/surveys/7654/qualifications/213

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

  {
  "qualification_code": 213,
  "range_sets": [
    {
      "from": 25000,
      "from_units": 321,// 321 is USD
      "to": 50000,
      "to_units": 321
    },
    {
      "from": 75000,
      "from_units": 321,// 321 is USD
      "to": 100000,
      "to_units": 321
    }
  ]
}
  • No labels