GET /api_v2/jobs
List Jobs
Returns a list of Jobs, optionally paginated. Note: the maximum number returned per page in any case is 50.
Supported Formats
jsonErrors
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:
|
page optional |
The page number to start from Validations:
|
per optional |
The size of the page Validations:
|
state optional |
Filter Jobs by state Validations:
|
job_request_id optional |
List jobs for the specified Job Request Validations:
|
classification optional |
Return jobs by a specific tax classification Validations:
|
w2_hourly_rate optional |
Return jobs by a specific hourly rate Validations:
|
w2_pay_status optional |
Return jobs by a specific pay status (not_started pending paid) Validations:
|
updated_before optional |
Return jobs by those that were last updated before provided DateTime Validations:
|
updated_after optional |
Return jobs by those that were last updated after provided DateTime Validations:
|