<- Labor API

Labor API

All versions ->

Search timecards

POST

 /v2/labor/timecards/search

Returns a paginated list of Timecard records for a business.

The list to be returned can be filtered by:

  • Location IDs
  • Team member IDs
  • Timecard status (OPEN or CLOSED)
  • Timecard start
  • Timecard end
  • Workday details

The list can be sorted by:

  • START_AT
  • END_AT
  • CREATED_AT
  • UPDATED_AT
Permissions:TIMECARDS_READ
Try in API Explorer
Link to section

Request body

Example code

Link to section

query

Query filters.

Link to section

limit

integer(32-bit)

The number of resources in a page (200 by default).

Link to section

cursor

string

An opaque cursor for fetching the next page.

Link to section

Response fields

Link to section

timecards

Timecards.

Link to section

cursor

string

An opaque cursor for fetching the next page.

Link to section

errors

Any errors that occurred during the request.