Get Surveys - GET /surveys - http://api.spectrumsurveys.com/suppliers/v2/surveys
...
Call this API to view surveys that your Supplier account has an allocation for. You are expected to Register Intent & send sample to these surveys.
You can use this method to check the status of existing surveys you are delivering on, including current LOI, IR, & CPI.
HEADER Parameters
Parameter | Type | Required | Description |
---|---|---|---|
access-token | string | Yes | Token used to identify the authenticity of the user. |
Response Parameters
Parameter | Type | Description |
---|---|---|
quota_id | integer | Quota ID |
Criteria | Object | |
qualification_code | integer |
218 for |
Children , 220 fro Kid's Gender and 230 for Kid's age. | ||
condition_codes | integer | 111 for males and 112 for females. |
Sample API Request
Code Block |
---|
GET /suppliers/v2/surveys/ Host: api.spectrumsurveys.com access-token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
...