POST POS/v3.1/Tickets/Tags/Revisions Try Now

Ticket Group Revisions

Request Information

URI Parameters

None.

Body Parameters

The Ticket identifier.

NameDescriptionTypeAdditional information
Page
Sets the page.
integer
None.
ItemsPerPage
Sets the items per page.
integer
None.
TicketGroupId
The Ticket identifier.
string
None.

Request Formats

application/json, text/json

Sample:
{
  "Page": 1,
  "ItemsPerPage": 2,
  "TicketGroupId": ""
}

Response Information

Resource Description

NameDescriptionTypeAdditional information
Items
Collection of TicketGroupTagResponse
None.
Page
integer
None.
TotalPages
integer
None.
Records
integer
None.
Meta
Object
None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "TicketGroupId": "",
      "Tag": "",
      "Changes": "",
      "UpdatedBy": "",
      "UpdatedDate": "2024-04-26T09:43"
    }
  ],
  "Page": 1,
  "TotalPages": 2,
  "Records": 3,
  "Meta": {}
}