Get all appointments for a community.
Returns a paginated list of booked appointments ordered by appointment ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The Community ID, this will look like either ‘1234’ or ‘P1234-567’. Alternatively, if you prefix this value with
partner-id:, for example partner-id:apts123 you can use your own community, as long as you have previously provided that
ID to Funnel.
Examples
Funnel Community ID
The raw integer Funnel ID of a community.
1234Funnel Community Syndication ID
The community’s Funnel syndcation ID. An ID in this format is often provided in Funnel feeds to ILS partners.
P1234-567Partner ID
The ID of the community in the partner system. This needs to have been previously provided to Funnel and setup.
partner-id:apts123Query Parameters
Section titled “Query Parameters ”Page number to return
Number of items per page.
Specific date for which to fetch appointments.
Format: YYYY-MM-DD
Start of a date range. Required if using to_date. When using date range parameters,
the range cannot exceed 365 days between from_date and to_date.
Format: YYYY-MM-DD
End of a date range. Required if using from_date. When using date range parameters,
the range cannot exceed 365 days between from_date and to_date.
Format: YYYY-MM-DD
Email address of a prospect to match by contact info
Phone number of a prospect to match by contact info. Should begin with + country code
Responses
Section titled “ Responses ”Success
object
object
Appointment ID
123Date of appointment
2023-10-05Appointment time
09:55object
Client guestcard ID
1Primary person firstname
JohnPrimary person lastname
DoePrimary person email
johndoe@sample.emailPrimary person phone number
+15551234567Origin source of the client
Online Leasingobject
Name of appointment’s assigned agent in Funnel or else Unassigned; may be null
Jane DoeEmail of the assigned agent’s Funnel user; null if unassigned
janedoe@sample.emailSelf-GuidedCurrent status of the appointment
CompletedCurrent page number
1Total number of pages available
1Total number of matching appointments
1We were unable to authenticate your request with the provided API key.
object
CommunityNotFoundCould not find community with corresponding ID.No booked appointments could be found for the provided community and query params.
object
No booked appointments found