List Items

This endpoint returns a paginated list of all the items in the user's account.

Log in to see full request history
Query Params
integer
1 to 100
Defaults to 25

Set the number of results returned per page. Defaults to 25 if not set.

integer
≥ 1
Defaults to 1

Specify the page of results to be returned. Defaults to 1 if not set.

string

Sort results by one or more of the following fields:

  • id
  • title
  • description
  • author.full_name
  • created_at
  • modified_at
  • published_at
string

Filter results by querying the following fields:

  • id
  • title
  • description
  • content
boolean

Filter results by checking whether the Items are published or not

boolean

Filter results by checking whether the Items are hidden or not

boolean

Whether to include the tags property for each Item (true) or not (false)

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json