Survey

List Survey Pass Answers

This endpoint allows you to retrieve pass survey answers

get/2/etickets/surveys/answers/passes

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

idsinteger[] nullable
pass_idsinteger[] nullable
survey_field_idsinteger[] nullable
survey_idsinteger[] nullable
order_forstring[]

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "id": 1332,
      "pass_id": 1332,
      "survey_field_id": 1332,
      "uuid": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.