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. |
...
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 | For 218, 111 stands for males No children and 112 for femaleshaving children. |
Sample API Request
Code Block |
---|
GET /suppliers/v2/surveys/ Host: api.spectrumsurveys.com access-token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
...