Query Realtime Appointment Availability: EliseAI

Query Realtime Appointment Availability: EliseAI

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
community_idstringRequired
The Propexo unique identifier for the community
start_timestringRequiredformat: "date-time"
The start of the time range to check for availability. This time should be specified in UTC.
end_timestringRequiredformat: "date-time"
The end of the time range to check for availability. This time should be specified in UTC.
tour_typeenumOptional

The type of tour to query availability for. If omitted, availability for all tour types will be returned as separate calendars distinguished by tour_type.

Response

Successful response
metaobject
resultlist of objects

Errors

400
Bad Request Error