Recover Suspended Ticket
Note: During recovery, the API sets the requester to the authenticated agent who called the API, not the original requester. This prevents the ticket from being re-suspended after recovery. To preserve the original requester, use the Recover Multiple Suspended Tickets endpoint with the single ticket.
This endpoint does not queue an asynchronous job that can be tracked from Job Statuses. Instead, it processes the request with a synchronous response.
- If all recoveries are successful, it returns a 200 with a tickets array in the response.
- If all recoveries fail, it returns a 422 with a suspended_tickets array in the response.
- If there is a mixture of successes and failures in a single call, it returns a 422 with a suspended_tickets array of the failures in the response.
Allowed For
- Admins and agents in custom roles with permission to manage suspended tickets on Enterprise plans
- Unrestricted agents on all other plans
Path parameters
id of the suspended ticket
Response
Success response
Changes
Changed in 6 of the 29 revisions of this API.16
- ▲
response property
ticket/items/custom_fields/items/valuelist-of-types was widened by adding typesnumberto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ▲
response property
ticket/items/custom_fields/items/valuelist-of-types was widened by adding typesarrayto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ▲
the response property
ticket/items/custom_fields/items/valuebecame nullable for the status200response-property-became-nullable
- ▲
response property
ticket/items/custom_fields/items/valuelist-of-types was widened by adding typesboolean and integerto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ▲
the
ticket/items/attachments/items/allOf[AttachmentBaseObject]/heightresponse's property type/format changed fromstring/tointeger/for status422response-property-type-changed
- ▲
the
ticket/items/attachments/items/allOf[AttachmentBaseObject]/widthresponse's property type/format changed fromstring/tointeger/for status422response-property-type-changed
- ▲
the
ticket/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/heightresponse's property type/format changed fromstring/tointeger/for status422response-property-type-changed
- ▲
the
ticket/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/widthresponse's property type/format changed fromstring/tointeger/for status422response-property-type-changed
- ▲
- ▲
the
ticket/items/attachments/items/allOf[AttachmentBaseObject]/heightresponse's property type/format changed frominteger/tostring/for status422response-property-type-changed
- ▲
the
ticket/items/attachments/items/allOf[AttachmentBaseObject]/widthresponse's property type/format changed frominteger/tostring/for status422response-property-type-changed
- ▲
the
ticket/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/heightresponse's property type/format changed frominteger/tostring/for status422response-property-type-changed
- ▲
the
ticket/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/widthresponse's property type/format changed frominteger/tostring/for status422response-property-type-changed
- ▲
- ▲
the
ticket/items/attachments/items/allOf[AttachmentBaseObject]/heightresponse's property type/format changed fromstring/tointeger/for status422response-property-type-changed
- ▲
the
ticket/items/attachments/items/allOf[AttachmentBaseObject]/widthresponse's property type/format changed fromstring/tointeger/for status422response-property-type-changed
- ▲
the
ticket/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/heightresponse's property type/format changed fromstring/tointeger/for status422response-property-type-changed
- ▲
the
ticket/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/widthresponse's property type/format changed fromstring/tointeger/for status422response-property-type-changed
- ▲
Of the 29 revisions, 1 has no diff computed.