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

Formatos soportados

json

Errores

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:

  • Must be a String

page
opcional

The page number to start from

Validations:

  • Must be a Integer

per
opcional

The size of the page

Validations:

  • Must be a Integer

state
opcional

Filter Job Requests by state

Validations:

  • Must be a String

company_id
opcional

Filter Job Requests by Company ID

Validations:

  • Must be a String

multi_day_job_request_id
opcional

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

Validations:

  • Must be a Integer

classification
opcional

Filter Job Requests by their tax classification

Validations:

  • Must be one of: w2, 1099.

w2_hourly_rate
opcional

Filter Job Requests by their W2 hourly rate

Validations:

  • Must be a Float

updated_before
opcional

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

Validations:

  • Must be a DateTime

updated_after
opcional

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

Validations:

  • Must be a DateTime