Headers
Query Parameters
Available options:
asc, desc Available options:
asc, desc curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/routing-forms \
--header 'Authorization: <authorization>'{
"status": "success",
"data": [
{
"name": "My Form",
"description": "This is the description.",
"position": 0,
"createdAt": "2024-03-28T10:00:00.000Z",
"updatedAt": "2024-03-28T10:00:00.000Z",
"userId": 2313,
"teamId": 4214321,
"disabled": false,
"id": "<string>",
"routes": {},
"fields": {},
"settings": {}
}
]
}curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/routing-forms \
--header 'Authorization: <authorization>'{
"status": "success",
"data": [
{
"name": "My Form",
"description": "This is the description.",
"position": 0,
"createdAt": "2024-03-28T10:00:00.000Z",
"updatedAt": "2024-03-28T10:00:00.000Z",
"userId": 2313,
"teamId": 4214321,
"disabled": false,
"id": "<string>",
"routes": {},
"fields": {},
"settings": {}
}
]
}asc, desc asc, desc Was this page helpful?