Research

List Research

get

/api/research

Parameters

sort
string, in query
Field and direction of the sort.
options: -published_at, published_at, -id, id, filter.ids
count
integer, in query
Number of items per page.
defaults to 20 / min: 1, max: 100
page
integer, in query
Page number of results.
defaults to 1
pagination
boolean, in query
Return pagination data.
filter[featured_image]
boolean, in query
Only include research with a featured image.
filter[format]
string, in query
Only include research of a specific format.
options: webinar, whitepaper, directory, ebook
links
boolean, in query
Return API links to the included resources. Set to small for a smaller payload.
filter[ids]
integers, in query
Comma separated list of articles ids.
includes
string, in query
Comma separated list of relationships to include.
options: categories, featured_image
fields.research
string, in query
Comma separated list of research fields to return.
options: title, created_at, updated_at, published_at, permalink, content, company, company_logo, content_type

Responses

HTTP code 200
An array of Research objects.
HTTP code 4xx, 5xx
A Fault describing the reason for the error.

Show Research

get

/api/research/{research}

Parameters

article
required integer, in path
Research ID

Responses

HTTP code 200
An Research resource.
HTTP code 4xx, 5xx
A Fault describing the reason for the error.