Logo
Zoom Public API Documentation

Get Article

GET {{baseUrl}}/km/kbs/:kbId/articles/:articleId

Get a knowledge base article

Scopes: zva:read:km_kbs

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "kb_id": "<string>", "category": "<string>", "title": "<string>", "url": "<string>", "created_at": "<dateTime>", "updated_at": "<dateTime>", "exclude": "<boolean>", "language": "zh-CN", "external_id": "<string>", "content": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/km/kbs/:kbId/articles/:articleId' -H 'Accept: application/json'

ENDPOINTS