Get Surveys - GET /attributes - http://api.spectrumsurveys.com/suppliers/v2/attributes?localization=:localization&mod_on_start=:YYYYMMDD&class=:class
...
Call this API to view all qualifications that were created or modified since a specified date. Survey_localization is a required Query String parameter. mod_on_start & class are optional parameters. Data is paginated if there are more than 50 items.
...
Request Header Parameters
Parameter | Type | Required | Description |
---|---|---|---|
access-token | string | Yes | Token used to identify the authenticity of the user. |
...
Parameter | Description |
---|---|
total_count | Total number of objects returned in the API response |
total_pages | Number of pages in the response |
Datedate | The UTC timestamp at which call was made |
...