Tickets
Restore many
Lifts the soft-delete flag from several tickets at once and moves their messages back to the Inbox folder of the linked mailbox they came from. The call is all or nothing: an id that is unknown, outside the calling User's groups or already past the 14 day restore window stops the whole batch and is named in the response.
POST
/api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/restore_many
Request arguments
| Name | Type | Source |
|---|---|---|
| tickets | DTO_reference[] | Body |
Request body example
Response
Response body example
DTO_reference
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | The id of the reference | |
| label | Object | ReadOnly | Name/Label from referenced object. |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37