Skip to main content
GET
List blog posts

Authorizations

Authorization
string
header
required

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

Query Parameters

sort
string

Sort order, use: title for descending order use '-' e.g. &sort=-title

page[number]
integer
page[size]
integer

Number of documents

fields[blog_posts]
string

Partial attributes as specified, e.g. fields[blog_posts]=title

filter[title_cont]
string

Filter by title contains, for example ?filter[title_cont]=hello

Response

Success, list of blog posts which the current user may access

data
object[]