---
title: "List Survey Ticket Answers"
method: GET
path: "/2/etickets/surveys/answers/tickets"
tags: ["Survey"]
---

# List Survey Ticket Answers

`GET /2/etickets/surveys/answers/tickets`

This endpoint allows you to retrieve ticket survey answers

## Query parameters

- `with` string
- `filters` object, nullable
  - `ids` integer[], nullable
  - `survey_field_ids` integer[], nullable
  - `survey_ids` integer[], nullable
  - `ticket_ids` integer[], nullable
- `order_for` string[]

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 511343adTicketSurvey[]
    - `id` integer, required — Unique identifier of a ticket survey answer
    - `ticket_id` integer, required — Unique identifier of a ticket
    - `survey_field_id` integer, required — Unique identifier of a survey field
    - `value` string, required — Value filled or values selected under an array if many possible
    - `uuid` string, required — Uuid of a ticket survey answer used for files
    - `survey_field` string, nullable

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/1c59d729611a/schema)
