Set respondent attributes
POST /put-respondent-answers
POST
/put-respondent-answers
Warning
Do not pass values into attributes with
display_mode: none
,display_mode: geo
ordisplay_mode: zip
. These are derived and will not accept any value you send in. No errors will be surfaced.
Learn more here.
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” dynata-expiration
required
string format: date-time
RFC3339 timestamp indicating request expiration
dynata-access-key
required
string
Dynata provided access key
Example
ABCD1234
dynata-signature
required
string
Signature created using the dynata methodology
Example
c156e91013eb715edb2b07df5491497a807206b1796bb7d031505107a9dbdcdf
Request Body
Section titled “Request Body ”object
respondent_id
required
Partner’s respondent identifier. Accepts 100 characters, 3-byte chars.
string
attributes
required
Array<object>
object
id
required
integer format: int64
answers
required
Array<integer>
Responses
Section titled “ Responses ”Respondent attributes set successfully
Bad request
object
message
required
string
Invalid credentials
object
message
required
string
Unauthorized
object
message
required
string
Internal server error
object
message
required
string