No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
1. Access
-
OAuth AuthorizationUrl: _, TokenUrl: _/oauth2/token
2. Endpoints
2.1. Booking
2.1.1. lock
POST /api/private/v2.0/booking/lock
Lock a seat or GA
Description
Seat should be available
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
StateSelection |
X |
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct private key. |
|
200 |
Returns true if everything is ok |
Samples
2.1.2. revertSale
POST /api/private/v2.0/booking/revertsale
Transfer seat or GA to the state active
Description
This feature applicable only in a sales control mode
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
StateSelection |
X |
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct private key. |
|
200 |
Returns true if everything is ok |
Samples
2.1.3. sale
POST /api/private/v2.0/booking/sale
Transfer seat or GA to the state sold
Description
This feature applicable only in a sales control mode
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
StateSelection |
X |
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct private key. |
|
200 |
Returns true if everything is ok |
Samples
2.1.4. unLock
POST /api/private/v2.0/booking/unlock
Unlock a seat or GA
Description
For GA unlocking capacity counter shall be specified
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
StateSelection |
X |
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct private key. |
|
200 |
Returns true if everything is ok |
Samples
2.2. EventEventDetails
2.2.1. addEvent
POST /api/private/v2.0/events/
Create an event
Description
Binds an event
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Event |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct private key. |
|
200 |
Returns created object |
Samples
2.2.2. deleteEventById
DELETE /api/private/v2.0/events/{id}
Delete an event
Description
Binds an event
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct private key. |
|
200 |
Returns true if everything is ok |
Samples
2.2.3. getEventById
GET /api/private/v2.0/events/{id}
Retrieves a specific event by id
Description
Getting event by Id
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns object |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.2.4. getEvents
GET /api/private/v2.0/events/
Retrieve list of all events
Description
Getting all the events with paging
Parameters
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns list of objects |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.2.5. updateEvent
PUT /api/private/v2.0/events/
Update an event
Description
Binds an event
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Event |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
200 |
Returns updated object |
|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct private key. |
Samples
2.3. OrganizationOrganizationDetails
2.3.1. addOrganization
POST /api/private/v2.0/organizations/
Create a organization
Description
Create a organization
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Organization |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns created object |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.3.2. deleteOrganizationById
DELETE /api/private/v2.0/organizations/{id}
Delete a organization
Description
Delete a organization
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns true if everything is ok. |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.3.3. getOrganizationById
GET /api/private/v2.0/organizations/{id}
Retrieves a specific organization by id
Description
Getting organization by Id
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns object |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.3.4. getOrganizations
GET /api/private/v2.0/organizations/
Retrieve list of all organizations
Description
Getting all the organizations with paging
Parameters
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns list of objects |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.3.5. updateOrganization
PUT /api/private/v2.0/organizations/
Update a organization
Description
Update a organization
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Organization |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
200 |
Returns updated object |
|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.4. Pricing
2.4.1. assignPrice
POST /api/private/v2.0/event/{eventId}/prices/assignments/
Assign a price to seats and group of seats
Description
Assign a price to seats and group of seats
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Selection |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns true if everything is ok. |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.4.2. cleanAllAssignments
DELETE /api/private/v2.0/event/{eventId}/prices/assignments/all/
Clean all assignments to seats and group of seats
Description
Clean all assignments to seats and group of seats
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns true if everything is ok. |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.4.3. getPriceById
GET /api/private/v2.0/event/{eventId}/prices/{id}
Retrieves a specific price by id
Description
Getting price by Id
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
||
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns object |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.4.4. getPrices
GET /api/private/v2.0/event/{eventId}/prices/
Retrieve list of all prices
Description
Getting all the prices with paging
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
Return Type
array[Price]
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
List[Price] |
200 |
Returns list of objects |
List[Price] |
403 |
Forbidden. Please use correct credentials. |
List[Price] |
Samples
2.4.5. priceCreate
POST /api/private/v2.0/event/{eventId}/prices/
Create a price for event
Description
Binds a price to event
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Price |
X |
Return Type
array[Price]
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
List[Price] |
403 |
Forbidden. Please use correct private key. |
List[Price] |
200 |
Returns created object |
List[Price] |
Samples
2.4.6. priceDelete
DELETE /api/private/v2.0/event/{eventId}/prices/{id}
Delete a price for event
Description
Binds a price to event
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
||
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct private key. |
|
200 |
Returns true if everything is ok |
Samples
2.4.7. priceUpdate
PUT /api/private/v2.0/event/{eventId}/prices/
Update a price for event
Description
Binds a price to event
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Price |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
200 |
Returns updated object |
|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct private key. |
Samples
2.5. PricingZones
2.5.1. addPricingZone
POST /api/private/v2.0/schemas/{schemaId}/pricing_zones/
Create a pricing zone for schema
Description
Create a pricing zone for schema
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
schemaId |
X |
null |
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
PricingZone |
X |
Return Type
array[PricingZone]
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
List[PricingZone] |
200 |
Returns created object |
List[PricingZone] |
403 |
Forbidden. Please use correct credentials. |
List[PricingZone] |
Samples
2.5.2. assignPricingZone
POST /api/private/v2.0/schemas/{schemaId}/pricing_zones/assignments/
Assign a pricing zone to seats and group of seats
Description
Assign a pricing zone to seats and group of seats
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
schemaId |
X |
null |
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Selection |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns true if everything is ok. |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.5.3. deletePricingZone
DELETE /api/private/v2.0/schemas/{schemaId}/pricing_zones/{id}
Delete a pricing zone for schema
Description
Delete a pricing zone for schema
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
schemaId |
X |
null |
||
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns true if everything is ok. |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.5.4. getPricingZones
GET /api/private/v2.0/schemas/{schemaId}/pricing_zones/
Retrieve list of all pricing zones
Description
Getting all the pricing zones with paging
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
schemaId |
X |
null |
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
Return Type
array[PricingZone]
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
List[PricingZone] |
200 |
Returns list of objects |
List[PricingZone] |
403 |
Forbidden. Please use correct credentials. |
List[PricingZone] |
Samples
2.5.5. getPricingZonesById
GET /api/private/v2.0/schemas/{schemaId}/pricing_zones/{id}
Retrieves a specific pricing zone by id
Description
Getting pricing zone by Id
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
schemaId |
X |
null |
||
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns object |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.5.6. updatePricingZone
PUT /api/private/v2.0/schemas/{schemaId}/pricing_zones/
Update a pricing zone for schema
Description
Update a pricing zone for schema
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
schemaId |
X |
null |
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
PricingZone |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
200 |
Returns updated object |
|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.6. SchemasTopology
2.6.1. cloneSchemaById
POST /api/private/v2.0/schemas/clone/{id}
Clone a schema
Description
Clone a schema
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
200 |
Returns uuid. |
|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.6.2. cloneSchemaById1
GET /api/private/v2.0/schemas/clone/result/{uuid}
Clone a schema
Description
Clone a schema
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
uuid |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns result of cloning schema |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.6.3. deleteSchemaById
DELETE /api/private/v2.0/schemas/{id}
Delete a schema
Description
Delete a schema
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns true if everything is ok. |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.6.4. geSchemas
GET /api/private/v2.0/schemas/
Retrieve list of all schemas
Description
Getting all the schemas with paging
Parameters
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
venueId |
- |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns list of objects |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.6.5. getGroupOfSeatsBySchemaId
GET /api/private/v2.0/schemas/{schemaId}/seatmaps/
Retrieve list of all group of seats
Description
Getting all the group of seats
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
schemaId |
X |
null |
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
parentId |
- |
null |
Return Type
array[GroupOfSeats]
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
List[GroupOfSeats] |
200 |
Returns list of objects |
List[GroupOfSeats] |
403 |
Forbidden. Please use correct credentials. |
List[GroupOfSeats] |
Samples
2.6.6. getSchemaById
GET /api/private/v2.0/schemas/{id}
Retrieves a specific schema by id
Description
Getting schema by Id
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns object |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.6.7. getSeatsBySectionId
GET /api/private/v2.0/schemas/{schemaId}/seatmaps/seats/
Retrieve list of seats by section id
Description
Getting all the seats
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
schemaId |
X |
null |
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
sectionId |
X |
null |
Return Type
array[Seat]
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
List[Seat] |
200 |
Returns list of objects |
List[Seat] |
403 |
Forbidden. Please use correct credentials. |
List[Seat] |
Samples
2.6.8. updateSchema
PUT /api/private/v2.0/schemas/
Update a schema
Description
Update a schema
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Schema |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
200 |
Returns updated object |
|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.7. Selection
2.7.1. selection
POST /api/private/v2.0/event/{eventId}/selection/
Assign a pricing zone to seats
Description
Assign a pricing zone to seats
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Assignment |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns true if everything is ok. |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.7.2. unSelection
POST /api/private/v2.0/event/{eventId}/unselection/
Unassign a pricing zone to seats
Description
Unassign a pricing zone to seats
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
eventId |
X |
null |
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Assignment |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns true if everything is ok. |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.8. VenuesVenueDetails
2.8.1. addVenue
POST /api/private/v2.0/venues/
Create a venue
Description
Create a venue
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Venue |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns created object |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.8.2. deleteVenueById
DELETE /api/private/v2.0/venues/{id}
Delete a venue
Description
Delete a venue
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns true if everything is ok. |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.8.3. getVenueById
GET /api/private/v2.0/venues/{id}
Retrieves a specific venue by id
Description
Getting venue by Id
Parameters
Path Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
id |
X |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns object |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.8.4. getVenues
GET /api/private/v2.0/venues/
Retrieve list of all venues
Description
Getting all the venues with paging
Parameters
Query Parameters
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
page |
Zero-based page index (0..N) |
- |
0 |
|
size |
The size of the page to be returned |
- |
20 |
|
sort |
Sorting criteria in the format: property,(asc |
desc). Default sort order is ascending. Multiple sort criteria are supported. [String] |
- |
null |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
400 |
Input data is not valid |
|
200 |
Returns list of objects |
|
403 |
Forbidden. Please use correct credentials. |
Samples
2.8.5. updateVenue
PUT /api/private/v2.0/venues/
Update a venue
Description
Update a venue
Parameters
Body Parameter
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
Venue |
X |
Return Type
Content Type
-
/
Responses
Code | Message | Datatype |
---|---|---|
200 |
Returns updated object |
|
400 |
Input data is not valid |
|
403 |
Forbidden. Please use correct credentials. |
Samples
3. Models
3.1. Assignment
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
objectId |
Long |
int64 |
||
assignmentId |
Long |
int64 |
||
activeCount |
Integer |
int32 |
3.2. CloneCommand
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
uuid |
UUID |
uuid |
||
state |
String |
Enum: CREATED, IN_PROCESS, DONE, ERROR, |
||
venueId |
Long |
int64 |
||
schemaId |
Long |
int64 |
||
organizationId |
Long |
int64 |
3.3. Event
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
UUID |
uuid |
||
start |
Date |
date-time |
||
killAfter |
Date |
date-time |
||
name |
String |
|||
schemaId |
Long |
int64 |
3.4. GroupOfSeats
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
name |
String |
|||
prefix |
String |
|||
seatPrefix |
String |
|||
parentId |
Long |
int64 |
||
type |
String |
Enum: SECTION, ROW, ENTRY, TABLE, |
||
ga |
Boolean |
|||
schemaId |
Long |
int64 |
||
pricingZoneId |
Long |
int64 |
3.5. Organization
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
name |
String |
|||
publicKey |
UUID |
uuid |
||
privateKey |
UUID |
uuid |
||
domain |
String |
|||
autologinEnabled |
Boolean |
|||
appendDomainToLogin |
Boolean |
|||
type |
String |
Enum: VENUE, DEFAULT, |
3.6. PageEvent
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
totalElements |
Long |
int64 |
||
totalPages |
Integer |
int32 |
||
size |
Integer |
int32 |
||
content |
List of Event |
|||
number |
Integer |
int32 |
||
sort |
List of SortObject |
|||
numberOfElements |
Integer |
int32 |
||
pageable |
PageableObject |
|||
first |
Boolean |
|||
last |
Boolean |
|||
empty |
Boolean |
3.7. PageOrganization
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
totalElements |
Long |
int64 |
||
totalPages |
Integer |
int32 |
||
size |
Integer |
int32 |
||
content |
List of Organization |
|||
number |
Integer |
int32 |
||
sort |
List of SortObject |
|||
numberOfElements |
Integer |
int32 |
||
pageable |
PageableObject |
|||
first |
Boolean |
|||
last |
Boolean |
|||
empty |
Boolean |
3.8. PageSchema
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
totalElements |
Long |
int64 |
||
totalPages |
Integer |
int32 |
||
size |
Integer |
int32 |
||
content |
List of Schema |
|||
number |
Integer |
int32 |
||
sort |
List of SortObject |
|||
numberOfElements |
Integer |
int32 |
||
pageable |
PageableObject |
|||
first |
Boolean |
|||
last |
Boolean |
|||
empty |
Boolean |
3.9. PageVenue
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
totalElements |
Long |
int64 |
||
totalPages |
Integer |
int32 |
||
size |
Integer |
int32 |
||
content |
List of Venue |
|||
number |
Integer |
int32 |
||
sort |
List of SortObject |
|||
numberOfElements |
Integer |
int32 |
||
pageable |
PageableObject |
|||
first |
Boolean |
|||
last |
Boolean |
|||
empty |
Boolean |
3.10. PageableObject
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
offset |
Long |
int64 |
||
sort |
List of SortObject |
|||
unpaged |
Boolean |
|||
pageSize |
Integer |
int32 |
||
paged |
Boolean |
|||
pageNumber |
Integer |
int32 |
3.11. Price
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
name |
X |
String |
||
eventId |
X |
UUID |
uuid |
3.12. PricingZone
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
name |
String |
|||
schemaId |
Long |
int64 |
3.13. Schema
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
name |
String |
|||
externalId |
String |
|||
template |
Boolean |
|||
draft |
Boolean |
|||
gaCapacity |
Integer |
int32 |
||
seatsCapacity |
Integer |
int32 |
||
description |
String |
|||
preview |
UUID |
uuid |
||
archived |
Boolean |
|||
venueId |
Long |
int64 |
3.14. Seat
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
name |
String |
|||
accessible |
Boolean |
|||
hidden |
Boolean |
|||
marked |
Boolean |
|||
groupOfSeatsId |
Long |
int64 |
||
schemaId |
Long |
int64 |
||
pricingZoneId |
Long |
int64 |
||
externalId |
String |
3.15. Selection
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
seats |
List of Assignment |
|||
groupOfSeats |
List of Assignment |
3.16. SortObject
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
direction |
String |
|||
nullHandling |
String |
|||
ascending |
Boolean |
|||
property |
String |
|||
ignoreCase |
Boolean |
3.17. StateAssignment
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
capacity |
Integer |
int32 |
3.18. StateSelection
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
groupOfSeats |
List of StateAssignment |
|||
seats |
List of StateAssignment |
3.19. Venue
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
id |
Long |
int64 |
||
name |
X |
String |
||
address |
X |
String |
||
lat |
Double |
double |
||
lng |
Double |
double |
||
draft |
Boolean |