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": "3aba06ec-596e-463b-bd78-7c4a53fd0143",
  "DemographicAnswers": [
    {
      "DemographicName": "sample string 1",
      "AnswerName": "sample string 2",
      "DemographicGuid": "e54e1edb-7d57-4b4e-ad0d-154629bc80c0",
      "AnswerGuid": "d297de0d-a140-41e6-99ad-d6ca9a2aa9a9",
      "GroupNumber": 64,
      "AnswerText": "sample string 7"
    },
    {
      "DemographicName": "sample string 1",
      "AnswerName": "sample string 2",
      "DemographicGuid": "e54e1edb-7d57-4b4e-ad0d-154629bc80c0",
      "AnswerGuid": "d297de0d-a140-41e6-99ad-d6ca9a2aa9a9",
      "GroupNumber": 64,
      "AnswerText": "sample string 7"
    }
  ]
}