Docs

List Appointments

Retrieves appointments from eTermin.

GET

Query

Arguments
number

ID of an appointment. (relates to the ID)

string

ID of an appointment. (relates to the ExternalID)

string

Start date of the appointments. Format yyyy-mm-dd. It will return a list with all appointments that are between "start" and "end".

string

End date of the appointments. Format yyyy-mm-dd. It will return a list with all appointments that are between "start" and "end".

boolean

Changes the start and end parameters to look for the creation date instead of the date, the appointment takes place

string

IDs of the calendars that you want to get appointments from, you can separate multiple calendars with a ","

boolean

Set to 1 if you want to get all appointments on the Waiting List (start and end parameters required)

boolean

Set to 1 if you want to get all appointments on the Reservation List (start and end parameters not required)

number

Use a customer ID to see all appointments that are related to this customer. (start and end parameters not required)

string

Use an email address to see all appointments that are related to this email. (start and end parameters required)

boolean

Reduces the amount of information that the response have. Set to 1 if you want basic information about a lot of appointments.

boolean

Only shows appointments that are no holidays and not blocked appointments.

boolean

Only shows appointments that are no holidays. (bookingtype <> "Holiday")

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.