Skip to main content
GET
List all Articles

Introduction

Notes:
  1. archived Articles are NOT returned by default.

Usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

expand[]
string[]

Fields to expand into full objects. Example: ?expand[]=assignee_admin&expand[]=tags

Free-text search across the Article title and subtitle.

page
integer

The current page

per_page
integer

Number of results retrieved per page.

author_uid_in[]
string[]

Filter by Author.

category_uid_in[]
string[]

Filter by Categories.

published_eq
boolean

Whether the response should only include draft or published Articles

include_archived
boolean
default:false

Whether the response should include archived Articles.

created_after
string<date-time>

Filter Articles created after a DateTime (ISO 8601).

created_before
string<date-time>

Filter Articles created before a DateTime (ISO 8601).

updated_after
string<date-time>

Filter Articles updated after a DateTime (ISO 8601).

updated_before
string<date-time>

Filter Articles updated before a DateTime (ISO 8601).

Response

Successful

meta
object
results
object[]