Answers
Get All Template Answers
Gets all answers user has permission to see for template with given id
get/v3/gfw/templates/{templateId}/answers
Response
An array of answers
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"
}
}
]
}