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.
1234
Funnel Community Syndication ID
The community’s Funnel syndcation ID. An ID in this format is often provided in Funnel feeds to ILS partners.
P1234-567
Partner ID
The ID of the community in the partner system. This needs to have been previously provided to Funnel and setup.
partner-id:apts123
Query 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
123
Date of appointment
2023-10-05
Appointment time
09:55
object
Client guestcard ID
1
Primary person firstname
John
Primary person lastname
Doe
Primary person email
johndoe@sample.email
Primary person phone number
+15551234567
Origin source of the client
Online Leasing
object
Name of appointment’s assigned agent in Funnel or else Unassigned
; may be null
Jane Doe
Email of the assigned agent’s Funnel user; null if unassigned
janedoe@sample.email
Self-Guided
Current status of the appointment
Completed
Current page number
1
Total number of pages available
1
Total number of matching appointments
1
We were unable to authenticate your request with the provided API key.
object
CommunityNotFound
Could not find community with corresponding ID.
No booked appointments could be found for the provided community and query params.
object
No booked appointments found