Answers
Get an Answer
Gets an answer with the given id
get/v3/gfw/templates/{templateId}/answers/{answerId}
Response
A single answer
Example response
{
"data": {
"attributes": {
"report": "string",
"reportName": "string",
"templateName": "string",
"fullName": "string",
"username": "string",
"organization": "string",
"teamId": "string",
"areaOfInterest": "string",
"areaOfInterestName": "string",
"language": "string",
"userPosition": [],
"clickedPosition": [],
"user": "string",
"responses": "string",
"createdAt": "string"
}
}
}