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
ClearVoice's unique identifier for a member.
ExternalMemberId
string
Client's unique identifier for a member.

Response Description

MemberGuid
globally unique identifier
ClearVoice's unique identifier for the member.
DemographicAnswers
Collection of MemberDemographicAnswer
Listing of members Demographics and Answers to those demographics.

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"
    }
  ]
}