Logo
Zoom Public API Documentation

Get a skill category

GET {{baseUrl}}/contact_center/skills/categories/:skillCategoryId

Return information about a specific skill category.

Scopes: contact_center_skill:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "skill_category_id": "<string>", "skill_category_name": "<string>", "skill_category_description": "<string>", "max_proficiency_level": 3, "skill_type": "text", "modified_by": "<string>", "last_modified_time": "<dateTime>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/skills/categories/:skillCategoryId' -H 'Accept: application/json'

ENDPOINTS