Returns a list of Jobs, optionally paginated. Note: the maximum number returned per page in any case is 50.

Supported Formats

json

Errors

Code Description
401 Unauthorized

Examples

curl -v -d "token=HdgXqxYWd5tTdyabzfzo" http://api.wonolo.com/api_v2/jobs
curl -v -d "token=HdgXqxYWd5tTdyabzfzo" http://api.wonolo.com/api_v2/jobs?page=10&per=25

Params

Param name Description
token
required

Token obtained from /authorize

Validations:

  • Must be a String

page
optional

The page number to start from

Validations:

  • Must be a Integer

per
optional

The size of the page

Validations:

  • Must be a Integer

state
optional

Filter Jobs by state

Validations:

  • Must be a String

job_request_id
optional

List jobs for the specified Job Request

Validations:

  • Must be a Integer

classification
optional

Return jobs by a specific tax classification

Validations:

  • Must be a String

w2_hourly_rate
optional

Return jobs by a specific hourly rate

Validations:

  • Must be a Float

updated_before
optional

Return jobs by those that were last updated before provided DateTime

Validations:

  • Must be a DateTime

updated_after
optional

Return jobs by those that were last updated after provided DateTime

Validations:

  • Must be a DateTime