Survey

List Survey

This endpoint allows you to retrieve surveys

get/2/etickets/surveys

Query parameters

withstring

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

only_with_fieldsboolean
pass_idsinteger[]
protopass_idsinteger[]
tariff_idsinteger[]
ticket_idsinteger[]
order_forstring[]

Response

OK

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

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "id": 1332,
      "period_id": 1332,
      "language": {
        "id": 1332,
        "name": "Name"
      },
      "fields": [
        {
          "id": 1332,
          "language": {
            "id": 1332
          }
        }
      ]
    }
  ]
}

Changes

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