Maxxton External API

Sections

Get content for a reservation

Query Parameters

fetchTurnoverboolean

Parameter to identify if Turnover is to be fetched for each reserved resource. By default this is false.

pageinteger

Page number

sizeinteger

Size of the current page

sortstring

Sort parameter

filterarray

Following fields can be used for filtering response.
reservedResourceId:0,
reservationId:0,
resourceId:0,
unitId:0,
rateTypeId:0,
overrideEmployeeId:0,
overrideValue:0.0,
quantity:0,
type:String,
offerType:String,
vatRate:0.0,
statusName:String,
name:String,
code:String,
shortDescription:String,
description:String,
startDate:2026-04-02,
endDate:2026-04-02,
cancellationPremium:true,
reservationDate:2026-04-0...

Path Parameters

reservationIdinteger Required

Reservation id for which reserved resources should be fetched

Response

200
Object
The request is completed successfully without any errors

Response Attributes

totalElementsinteger

Total number of elements available in the whole response.

totalPagesinteger

Total number of pages the response has.

sizeinteger

Size of the current page.

contentarray

Show child attributes

numberinteger

Page number currently accessed.

sortobject

Show child attributes

firstboolean

Boolean field to specify if its the first page or not.

lastboolean

Boolean field to specify if its the last page or not.

numberOfElementsinteger

Total number of elements in the current page.

emptyboolean
404
Object
No reserved resources or reservation found for given reservation id.
500
Object
Error occurred while fetching reserved resources

GET

/

Select
1

Response