Parameters
1 query
Query parameters
· 1slugstringRequiredBranch slug.
Example
example_slugReturns calendars currently free (not attached to any branch) plus calendars already attached to this branch. Calendars attached to a different branch are excluded.
1 query
slugstringRequiredBranch slug.
example_slug1 status code documented
itemsobject[]RequiredidstringRequirednamestringRequiredcodestringRequiredcolorHexstringOptionalattachedToBranchIdstringOptionalattachedToBranchNamestringOptionalitemCountnumberRequired{
"items": [
{
"id": "example_id",
"name": "example_name",
"code": "example_code",
"colorHex": "example_colorHex",
"attachedToBranchId": "example_attachedToBranchId",
"attachedToBranchName": "example_attachedToBranchName"
}
],
"itemCount": 0
}GET /bff/branch/attachable-calendars
curl -X GET "https://api.bizkithub.com/bff/branch/attachable-calendars?slug=example_slug" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.