Orgs / Teams / Routing forms / Responses
Get routing form responses
Getting Started
Platform / Cal Provider
Platform / Managed Users
Platform / Webhooks
Orgs / Attributes
Orgs / Attributes / Options
Orgs / Event Types
Orgs / Memberships
Orgs / Schedules
Orgs / Teams
Orgs / Teams / Bookings
Orgs / Teams / Memberships
Orgs / Teams / Routing forms / Responses
Orgs / Teams / Schedules
Orgs / Users / OOO
Orgs / Webhooks
Bookings
- GETGet all bookings
- POSTCreate a booking
- GETGet a booking
- POSTReschedule a booking
- POSTCancel a booking
- POSTMark a booking absence
- POSTAutomatically reassign booking to a new host
- POSTReassign a booking to a specific user
- POSTConfirm booking that requires a confirmation
- POSTDecline booking that requires a confirmation
Calendars
Conferencing
Destination Calendars
Event Types
Event Types / Webhooks
Schedules
Selected Calendars
Slots
Stripe
Teams / Event Types
Teams / Memberships
Timezones
Orgs / Teams / Routing forms / Responses
Get routing form responses
GET
/
v2
/
organizations
/
{orgId}
/
teams
/
{teamId}
/
routing-forms
/
{routing}
-formId
/
responses
curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/routing-forms/{routing}-formId/responses
{
"status": "success",
"data": [
{
"id": "<string>",
"formId": "<string>",
"formFillerId": "<string>",
"routedToBookingUid": "<string>",
"response": {
"f00b26df-f54b-4985-8d98-17c5482c6a24": {
"label": "participant",
"value": "mamut"
}
},
"createdAt": "2023-11-07T05:31:56Z"
}
]
}
Path Parameters
Response
200 - application/json
Available options:
success
, error
Was this page helpful?
curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/routing-forms/{routing}-formId/responses
{
"status": "success",
"data": [
{
"id": "<string>",
"formId": "<string>",
"formFillerId": "<string>",
"routedToBookingUid": "<string>",
"response": {
"f00b26df-f54b-4985-8d98-17c5482c6a24": {
"label": "participant",
"value": "mamut"
}
},
"createdAt": "2023-11-07T05:31:56Z"
}
]
}