Research

List Jobs

get

/api/jobs

Parameters

sort
string, in query
Field and direction of the sort.
options: -published_at, published_at, -id, id
count
integer, in query
Number of items per page.
defaults to 20 / min: 1, max: 20
links
boolean, in query
Return API links to the included resources. Set to false for a smaller payload.
pagination
boolean, in query
Return pagination data.
page
integer, in query
Page number of results.
defaults to 1
fields[jobs]
string, in query
Comma separated list of jobs fields to return.
options: title, published_at, permalink, content, category, company_name, logo_path, website, location, how_to_apply

Responses

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

Show Job

get

/api/jobs/{job}

Parameters

job
required integer, in path
job ID
include
string, in query
Comma separated list of related jobs to return.
options: company, category
links
boolean, in query
Return API links to the included resources. Set to false for a smaller payload.

Responses

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

Show Category

get

/api/jobs/categories/{category}

Parameters

category
required string, in path
Category Name
links
boolean, in query
Return API links to the included resources. Set to false for a smaller payload.
fields[jobs]
string, in query
Comma separated list of jobs fields to return.
options: title, published_at, permalink, content, category, company_name, logo_path, website, location, how_to_apply

Responses

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

Show Company

get

/api/jobs/companies/{company}

Parameters

company
required string, in path
Company Name
links
boolean, in query
Return API links to the included resources. Set to false for a smaller payload.
fields[jobs]
string, in query
Comma separated list of jobs fields to return.
options: title, published_at, permalink, content, category, company_name, logo_path, website, location, how_to_apply

Responses

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