Logo
Zoom Public API Documentation

Get Articles

GET {{baseUrl}}/km/kbs/:kbId/articles?next_page_token=<string>&page_size=30&include_contents=false&excluded=false&language=de

Get multiple knowledge base articles.

Scopes: zva:read:km_kbs

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
next_page_token
string Use to paginate through large result sets. A next_page_token property is returned in the response whenever the set of available results exceeds the current page size.
page_size
number The number of records returned per page.
include_contents
boolean Whether to include the article's contents in the response or not.
excluded
boolean Whether to query excluded articles or not.
language
string The language of the results.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "next_page_token": "<string>", "page_size": 30, "total_records": "<number>", "articles": [ { "id": "<string>", "external_id": "<string>", "kb_id": "<string>", "category": "<string>", "title": "<string>", "url": "https://P/wpS", "content": "<string>", "created_at": "<dateTime>", "updated_at": "<dateTime>", "exclude": false, "language": "ko" }, { "id": "<string>", "external_id": "<string>", "kb_id": "<string>", "category": "<string>", "title": "<string>", "url": "http://bR$W", "content": "<string>", "created_at": "<dateTime>", "updated_at": "<dateTime>", "exclude": false, "language": "fr" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/km/kbs/:kbId/articles?next_page_token=<string>&page_size=30&include_contents=false&excluded=false&language=de?next_page_token=<string>&page_size=30&include_contents=false&excluded=false&language=de' -H 'Accept: application/json'

ENDPOINTS