POST /attributes - http://api.spectrumsurveys.com/buyers/v1/attributes
GET /attributes - http://api.spectrumsurveys.com/buyers/v1/attributes/:buyer_attribute_id
...
Call this API to view the respondent's question text, condition codes, and condition code texts for unfamiliar qualification codes/condition codes. Survey_localization is a required Query String parameter.
...
Error Messages
Response | Description | 1001 | Invalid localization parameter.|
---|---|---|---|
1002 | Resp_ID is missing in the Question text. | ||
1003 | Category is Invalid. Please check the documentation. | ||
1004 | Type can only take values of 1, 2 or 3. | ||
1005 | Survey Localization is Invalid. | ||
1006 | Buyer attribute ID is already used. Please use a new one. Use PUT to edit the attributes. | ||
1007 | Invalid Survey Localization code. | ||
1008 | Invalid JSON. Please check your request format. | ||
9999 | Unknown Error - Please Report to support@purespectrum.com |
...