POST POS/v3.2/Tickets/Revisions Try Now
Ticket Group Revisions
Request Information
URI Parameters
None.
Body Parameters
The Ticket Revisions request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Page |
Sets the page.
|
integer |
None.
|
| ItemsPerPage |
Sets the items per page.
|
integer |
None.
|
| TicketGroupId |
TicketGroup Unique Identifier.
|
string |
Required
|
Request Formats
application/json, text/json
Sample:
{
"Page": 1,
"ItemsPerPage": 2,
"TicketGroupId": ""
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of TicketGroupRevision |
None.
|
|
| Page | integer |
None.
|
|
| TotalPages | integer |
None.
|
|
| Records | integer |
None.
|
|
| Meta | Object |
None.
|
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"TicketHistoryId": "",
"TicketGroupId": "",
"SubscriberId": "",
"TicketNumber": 4,
"OriginalTicketNumber": 5,
"TicketStatus": "Any",
"OldTicketStatus": "Any",
"DoNotWaste": true,
"IsPiggyback": true,
"TicketType": "Any",
"Event": "",
"EventId": "",
"Venue": "",
"VenueId": "",
"EventDate": "2025-11-01T17:15",
"Section": "",
"Row": "",
"Quantity": 15,
"MaskedQuantity": 16,
"Seating": "Any",
"LowSeat": 17,
"HighSeat": 18,
"HideSeats": true,
"Stock": "Any",
"SplitOption": "None",
"Splits": 20,
"OverrideSplitOption": true,
"DeliveryOption": "Any",
"SHDeliveryMethod": "None",
"PDFStatus": "Any",
"BarcodeStatus": "Any",
"InHandStatus": "Any",
"InHandDate": "2025-11-01T17:15",
"PrimaryTraits": [
true
],
"HasTraits": true,
"PurchasePrice": {
"Currency": "",
"Amount": 1.0
},
"PurchasePriceBase": {
"Currency": "",
"Amount": 1.0
},
"FacePrice": {
"Currency": "",
"Amount": 1.0
},
"SellPrice": {
"Currency": "",
"Amount": 1.0
},
"SellPriceBase": 24.0,
"OriginalSellPrice": {
"Currency": "",
"Amount": 1.0
},
"SHPrice": {
"Currency": "",
"Amount": 1.0
},
"MinConsignPrice": {
"Currency": "",
"Amount": 1.0
},
"InvoiceId": "",
"ControlNotes": "",
"ConnectedStatus": "Any",
"BrokerNotes": "",
"InternalNotes": "",
"PublicNotes": "",
"Location": "",
"HasTags": true,
"PredeliverToSH": true,
"Version": 33,
"EventStatus": "Any",
"PerformerId": "",
"CategoryType": "Any",
"SHEventId": 35,
"SellPriceUSD": 36.0,
"DateHistoryAdded": "2025-11-01T17:15",
"Changes": "",
"UpdatedBy": "",
"HistoryTrackingNumber": 40
}
],
"Page": 1,
"TotalPages": 2,
"Records": 3,
"Meta": {}
}