Tickets
Unread
Clears the read date on the ticket and on every one of its conversations and resets their view counts, so the whole thread reads as new again rather than just the ticket row. The change is also pushed to the linked Microsoft or Google mailbox so the underlying messages are marked unread there.
PUT
/api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/unread/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37