respondents
Get a respondent by party_id
Get a respondent by party_id
get/respondents/party_id/{party_id}
Path parameters
party_idstring uuid required
The UUID of the respondent
Response
The respondent has been retrieved
Example response
{
"firstName": "Jane",
"lastName": "Doe"
}