Retrieves demographic data of the person who took a specific health risk assessment survey. URLhttps://secure.healthx.com/api/RiskAssessmentV1/Respondent/{surveyid}
HTTP VerbGET
Parameters- surveyid: The survey ID, usually retrieved using the Search method.
Example Response <Respondent>
<SurveyID>3d8f9e55-1218-430f-8447-60ff343fa318</SurveyID>
<MemberID>HP-1234</MemberID>
<FirstName>John</FirstName>
<LastName>Doe</LastName>
<DOB>1990-02-19T00:00:00</DOB>
<ParticipantID>111</ParticipantID>
<ResponseID>1234</ResponseID>
<EpisodeID>1235</EpisodeID>
<!-- Remaining fields cut for brevity -->
</Respondent> |