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": "e643c980-89fd-452b-9221-efe73aaadac2",
"DemographicAnswers": [
{
"DemographicName": "sample string 1",
"AnswerName": "sample string 2",
"DemographicGuid": "2efe672f-93bd-4062-be02-0fb60f0b89c5",
"AnswerGuid": "71ac0f4b-e00f-4a02-b3cf-5b6fc9abb483",
"GroupNumber": 64,
"AnswerText": "sample string 7"
},
{
"DemographicName": "sample string 1",
"AnswerName": "sample string 2",
"DemographicGuid": "2efe672f-93bd-4062-be02-0fb60f0b89c5",
"AnswerGuid": "71ac0f4b-e00f-4a02-b3cf-5b6fc9abb483",
"GroupNumber": 64,
"AnswerText": "sample string 7"
}
]
}