getGuestsModified

Returns a list of guests based on their modification date. Note that when a guest checks in or checks out of a room, their record is modified at that time. If no date range is passed, only the records for the current day are returned. Also note that if the guest is assigned to multiple rooms, it will result in multiple records. ### Group account support

Query Params
string

List of property IDs, comma-separated, i.e. 37,345,89

boolean
Defaults to false

When used, and true, will return guests only currently in-house. If the guest checks-out, it will not appear on the results.

date-time

Inferior limit datetime, used to filter guests result, based on latest creation/modification date

date-time

Superior limit datetime, used to filter guests result, based on latest creation/modification date

date

Filters guests result to return only guests with check-in date range starting on this date

date

Filters guests result to return only guests with check-in date range ending on this date

date

Filters guests result to return only guests with check-out date range starting on this date

date

Filters guests result to return only guests with check-out date range ending on this date

boolean
Defaults to false

Includes guest requirements data in the response

integer
Defaults to 1

Results page number

integer
Defaults to 100

Results page size. Max = 100

Response

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json