List all appointments

Retrieve a paginated list of appointments for people in your team. Appointments represent scheduled meetings, showings, consultations, and other calendar events.

Use Cases:

  • Build calendar and scheduling interfaces
  • Track upcoming meetings and events
  • Monitor appointment history
  • Integrate with calendar systems (Google Calendar, Outlook)
  • Generate activity reports

Common Appointment Types:

  • showing - Property showing (real estate)
  • consultation - Client consultation
  • meeting - General meeting
  • follow_up - Follow-up appointment
  • closing - Deal closing appointment
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Page number (default: 1)

integer

Items per page (default: 25, max: 100)

uuid

Filter by person ID. When provided, returns only appointments for that person.

uuid

Filter by the primary assigned user's ID (the appointment's userId field). Does not match additional attendees.

date-time

Only appointments starting at or after this ISO 8601 date/time (inclusive). Filters on startsAt. A value without a time component is interpreted at 00:00:00 in the team's time zone; pass a full timestamp for precise bounds.

date-time

Only appointments starting at or before this ISO 8601 date/time (inclusive). Filters on startsAt. A value without a time component is interpreted at 00:00:00 in the team's time zone; pass a full timestamp (e.g. end-of-day) for precise bounds.

Responses

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