Maxxton External API

Sections

Get all communications for a customer

Query Parameters

pageinteger

Page number

sizeinteger

Size of the current page

sortstring

Sort parameter

filterarray

Following fields can be used for filtering response.
customerCommunicationId:0,
sendDate:2026-04-02T09:53:24.813,
sendingType:String,
reservationId:0,
message:String,
senderEmail:String,
subject:StringFor more information, check: Filtering

Path Parameters

customerIdinteger Required

Customer id for which the communication calls are to 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 customer or customer communication found for given customer id.
500
Object
Error occurred while fetching customer communication calls

Response Attributes

causeobject

Show child attributes

stackTracearray

Show child attributes

errorCodeobject

Show child attributes

fieldsobject
internalFieldsobject
messagestring
is4xxClientErrorboolean
is5xxServerErrorboolean
is1xxInformationalboolean
is2xxSuccessfulboolean
is3xxRedirectionboolean
messageWithoutFieldsstring
suppressedarray

Show child attributes

localizedMessagestring

GET

/

Select
1

Response