GET
/
v1.0
/
{company_id}
/
jobs

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
string
required

Query Parameters

sort
string

Sortable fields: title, published_date, created_date.

title
string

Filter jobs by title

job_code
string

Filter jobs by job code

statuses
enum<string>[]

Filter jobs by status

Available options:
drafted,
published,
closed,
internal
types
enum<string>[]

Filter jobs by employment type

Available options:
full_time,
part_time,
contract,
temporary,
other,
internship,
volunteer
experiences
enum<string>[]

Filter jobs by experience level

Available options:
na,
intern,
entry_level,
mid_level,
senior
owner_ids
string

Filter jobs by the user_id of the job owner

assigned_users
string

Filter jobs by the user_id of the users assigned to the job

countries
string[]

Filter jobs by the 2 letter ISO code of the country eg. US, FR

states
string[]

Filter jobs by the 2 letter ISO code of the state eg. FL, MA

ids
integer[]
category_ids
integer[]

Filter jobs by category id

page
integer

Defaults to 1

page_size
integer

Defaults to 30. Min = 1. Max = 100

Required range: 1 < x < 100

Response

200 - application/json
items
object[]
meta
object