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](/docs/desk/d667a6937d077-filtering-api-results) query parameter:
    
  • id
  • ticketsId
  • threadsId
  • createdAt

The following values are allowed in the orderBy query parameter:

  • id
  • ticketsId
  • threadsId
  • createdAt
  • users.id
  • tickets.id
  • threads.id
  • createdAt

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.

Examples

200 OK

TicketsReadsAPIBody
{  "included": {    "messages": [      {        "agentsNotified": [          {            "delete": true,            "id": 0,            "meta": {},            "type": 0          }        ],        "archivedTickets_id": {          "delete": true,          "id": 0,          "meta": {},          "type": 0        },