Returns a list of Job Requests, 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/job_requests
curl -v -d "token=HdgXqxYWd5tTdyabzfzo" http://api.wonolo.com/api_v2/job_requests?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 Job Requests by state

Validations:

  • Must be a String

company_id
optional

Filter Job Requests by Company ID

Validations:

  • Must be a String

multi_day_job_request_id
optional

Filter Job Requests by the Multi-Day Job Request they relate to

Validations:

  • Must be a Integer

classification
optional

Filter Job Requests by their tax classification

Validations:

  • Must be one of: w2, 1099.

w2_hourly_rate
optional

Filter Job Requests by their W2 hourly rate

Validations:

  • Must be a Float

updated_before
optional

Filter Job Requests by those that were last updated before provided DateTime

Validations:

  • Must be a DateTime

updated_after
optional

Filter Job Requests by those that were last updated after provided DateTime

Validations:

  • Must be a DateTime