v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-07-03641679.9 KB
Answers

Get All Area Answers

Returns all answers associated with template and area with id provided

get/v3/gfw/templates/{templateId}/answers/area/{areaId}

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"
      }
    }
  ]
}