Survey
List Survey Ticket Answers
This endpoint allows you to retrieve ticket survey answers
get/2/etickets/surveys/answers/tickets
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
order_forstring[]
Response
OK
Example response
{
"result": "success",
"data": [
{
"id": 1332,
"ticket_id": 1332,
"survey_field_id": 1332,
"uuid": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
}
]
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.