GET /api_v2/job_requests
List JobRequests
Returns a list of Job Requests, optionally paginated. Note: the maximum number returned per page in any case is 50.
Formatos soportados
jsonErrores
| Code | Description |
|---|---|
| 401 | Unauthorized |
Ejemplos
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
Parámetros
| Nombre del parámetro | Descripción |
|---|---|
|
token
requerido |
Token obtained from /authorize Validations:
|
|
page
opcional |
The page number to start from Validations:
|
|
per
opcional |
The size of the page Validations:
|
|
state
opcional |
Filter Job Requests by state Validations:
|
|
company_id
opcional |
Filter Job Requests by Company ID Validations:
|
|
multi_day_job_request_id
opcional |
Filter Job Requests by the Multi-Day Job Request they relate to Validations:
|
|
classification
opcional |
Filter Job Requests by their tax classification Validations:
|
|
w2_hourly_rate
opcional |
Filter Job Requests by their W2 hourly rate Validations:
|
|
updated_before
opcional |
Filter Job Requests by those that were last updated before provided DateTime Validations:
|
|
updated_after
opcional |
Filter Job Requests by those that were last updated after provided DateTime Validations:
|