v1

latestOpenAPI 3.0.12026-07-247756110.6 KB
Participant Information

Get question

Get Survey

get/draft_trips/{trip_uuid}/surveys/{id}

Path parameters

trip_uuidstring required
idstring required

ID of the question

Response

Get Survey

Example response

{
  "data": {
    "question_id": 1157591197,
    "question": "T-Shirt size",
    "type": "checkbox",
    "answers": [
      "L"
    ],
    "files": [
      {
        "handle": "4d9uMXxpRpqcDVA8mUMk",
        "filename": "Id.png",
        "url": "https://cdn.filestackcontent.com/1d9uMtxpapqcDVA8mlMk"
      }
    ]
  }
}