<- Labor API

Labor API

List workweek configs

GET

 /v2/labor/workweek-configs

Returns a list of WorkweekConfig instances for a business.

Permissions:TIMECARDS_SETTINGS_READ
Try in API Explorer
Link to section

Query parameters

Example code

Link to section

limit

integer(32-bit)

The maximum number of WorkweekConfigs results to return per page.

Link to section

cursor

string

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

Link to section

Response fields

Link to section

workweek_configs

A page of WorkweekConfig results.

Link to section

cursor

string

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

Link to section

errors

Any errors that occurred during the request.