GET to /api/account/ACCOUNT_CODE/subscribers/ENCODED_SUBSCRIBER_ID/responses.xml
This example shows no answer to the first question, but answers to the subsequent two questions. The <to-param> elements contain the ID for each object run through Base64 conversion.
<responses type="array"> <response> <question-answer-text nil="true"></question-answer-text> <to-param>OTAxMjE=</to-param> <question-id>MTAwNDk=</question-id> <answer-id nil="true"></answer-id> </response> <response> <question-answer-text>Angola</question-answer-text> <to-param>OTAxMjI=</to-param> <question-id>MTAxMjQ=</question-id> <answer-id>MTA0ODE=</answer-id> </response> <response> <question-answer-text>Algeria</question-answer-text> <to-param>OTAxMjM=</to-param> <question-id>MTAxMjQ=</question-id> <answer-id>MTA0ODI=</answer-id> </response> </responses>
Reference subscriber error codes
Was this page helpful? Can't find what you need? Let us know