Skip to main content
GET
List articles

Authorizations

X-Initdesk-Token
string
header
required

Path Parameters

organization_id
string
required

Query Parameters

collection
integer

Filter articles by collection ID.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

status
enum<string>

Filter articles by status.

Available options:
archived,
draft,
published

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"