Workers

get/v1/workers

Query parameters

limitstring

a number less than or equal to 100

a number less than or equal to 100

afterIdstring

The id of the worker.

Example:wrk_1234

The id of the worker.

beforeIdstring

The id of the worker.

Example:wrk_1234

The id of the worker.

statusesstring[]
typesstring[]
workEmailstring

Response

Success

hasMoreboolean required

Example response

{
  "data": [
    {
      "id": "wrk_1234",
      "startDate": "2000-01-01",
      "endDate": "2000-01-01",
      "email": "adam@joinwarp.com",
      "workEmail": "adam@joinwarp.com"
    }
  ]
}

Changes