/appointments

Search for appointments.

🚧

Restricted Results

It's important to note that this endpoint has a few conditions that determine what is returned:

  1. The appointment has to belong to the person making the request. (i.e., the API key used to authenticate matches with who created the appointment)
  2. The appointment has to be created in Follow Up Boss. (i.e., not coming from a Google calendar sync)
  3. The user who created the appointment has to be sharing their calendar.
Query Params
int32

Find all appointments related to a person. (Note: This can be comma separated list to search multiple users.)

int32

Find all appointments related to a user by id.

int32
Defaults to 10

Number of results to return. Max 100.

int32
Defaults to 0

Specifies the number of rows to skip before starting to return results.

date

Date and time representing the start of a date/time range for which to search (must be combined with the end argument).

date

Date and time representing the end of a date/time range for which to search (must be combined with the start argument).

Responses

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