Get Articles
This endpoint allows you to get all the existing articles in Knowledge Base.
Last updated
This endpoint allows you to get all the existing articles in Knowledge Base.
Last updated
groupId
integer
The Knowledge Base group ID
page
integer
Limit the number of pages you receive if you are using pagination.
limit
number
Limit the number of articles you receive.
search
string
Search for article keywords.
categoryId
integer
Retrieve articles from a category with its categoryId.
ids
array
Array of integers. Retrieve articles by their Ids. Example: [1, 2, 3]
author
integer
Retrieve articles written by an author with the author's ID. Example: 1
access
string
Indicate article permissions: [internal, protected, active]
status
string
Indicate draft status: [draft, active, archive]
Authorization
string
Bearer {{API_key}}