v1

latestOpenAPI 3.0.0Apache 2.02026-07-142008071.1 MB
Labor

ListWorkweekConfigs

Returns a list of WorkweekConfig instances for a business.

get/v2/labor/workweek-configs

Query parameters

limitinteger

The maximum number of WorkweekConfigs results to return per page.

cursorstring

A pointer to the next page of WorkweekConfig results to fetch.

Response

Success

cursorstring

The value supplied in the subsequent request to fetch the next page of EmployeeWage results.

Example response

{
  "cursor": "2fofTniCgT0yIPAq26kmk0YyFQJZfbWkh73OOnlTHmTAx13NgED",
  "workweek_configs": [
    {
      "created_at": "2016-02-04T00:58:24Z",
      "id": "FY4VCAQN700GM",
      "start_of_day_local_time": "10:00",
      "start_of_week": "MON",
      "updated_at": "2019-02-28T01:04:35Z",
      "version": 11
    }
  ]
}