GET/desk/api/v2/ticketsread.json
GET_v2_ticketsread.json
Get a paginated list of read activity. Read status is always scoped to the current user.
The following values are allowed in the [filter](https://apidocs.teamwork.com/guides/desk/filtering-api-results) query parameter:
- createdAt
- id
- threadsId
- ticketsId
The following values are allowed in the orderBy query parameter:
-
createdAt
-
createdAt
-
id
-
threads.id
-
threadsId
-
tickets.id
-
ticketsId
-
users.id
The following values are allowed in the [includes](https://apidocs.teamwork.com/guides/desk/relationships-and-includes) query parameter:
-
messages
-
tickets
-
users
-
all
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
TicketsReadsAPIBody handles the listing response for ticketsread.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
200 OK
TicketsReadsAPIBody
{ "included": { "messages": [ { "agentsNotified": [ { "delete": true, "id": 0, "meta": { "additionalProp": "Unknown Type: any" }, "type": 0 } ], "archivedTickets_id": { "delete": true, "id": 0, "meta": {