You are here: Communications Cloud API v1 > Resources > Subscribers > List All Responses
List All Responses

GET to /api/account/ACCOUNT_CODE/subscribers/ENCODED_SUBSCRIBER_ID/responses.xml

Example Output

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>
Troubleshooting

Reference subscriber error codes

 

Was this page helpful? Can't find what you need? Let us know