curl --request GET \
--url https://api.open.cx/teams/{teamId}{
"id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"description": "<string>",
"is_support_enabled": true,
"support_office_hours_id": "<string>",
"support_assignment_strategy": "least-busy",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}Retrieve details of a specific team
curl --request GET \
--url https://api.open.cx/teams/{teamId}{
"id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"description": "<string>",
"is_support_enabled": true,
"support_office_hours_id": "<string>",
"support_assignment_strategy": "least-busy",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}Default Response
least-busy, round-robin, unassigned Was this page helpful?