POST POS/v3.1/Tickets/Tags/Revisions Try Now
Ticket Group Revisions
Request Information
URI Parameters
None.
Body Parameters
The Ticket identifier.
| Name | Description | Type | Additional 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
| Name | Description | Type | Additional 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": "2025-10-30T00:18"
}
],
"Page": 1,
"TotalPages": 2,
"Records": 3,
"Meta": {}
}