Retrieves a listing of the demographics for a member.
Endpoint URL
http://api.clearvoicesurveys.com/api/v1/member/getdemographicanswers?memberguid={memberguid}&externalmemberid={externalmemberid}
Parameters
| MemberGuid globally unique identifier |
| ExternalMemberId string |
Response Description
| MemberGuid globally unique identifier |
| DemographicAnswers Collection of MemberDemographicAnswer |
Example Response
{
"MemberGuid": "6d46a709-1bd4-4fc0-8255-6a2f0189e906",
"DemographicAnswers": [
{
"DemographicName": "sample string 1",
"AnswerName": "sample string 2",
"DemographicGuid": "c53f0802-9339-40bd-961a-e34cad566dee",
"AnswerGuid": "bfdd86ba-86c1-4eed-ab20-34a2aa2fd83a",
"GroupNumber": 64,
"AnswerText": "sample string 7"
},
{
"DemographicName": "sample string 1",
"AnswerName": "sample string 2",
"DemographicGuid": "c53f0802-9339-40bd-961a-e34cad566dee",
"AnswerGuid": "bfdd86ba-86c1-4eed-ab20-34a2aa2fd83a",
"GroupNumber": 64,
"AnswerText": "sample string 7"
}
]
}