v1
latestOpenAPI 3.0.22026-07-24154101.1 MBList Time Punches
Path parameters
Company ID
Query parameters
Location ID
Department ID
Role ID
User ID
Returns time punches that have been approved. Default null, returns both approved and unapproved punches. If true returns only approved punches. If false returns only unapproved punches.
The limit of results that will be returned.
Return time punches that have been modified after the specified date time. UTC in ISO8601 Format
Return time punches with clocked in before or on the specified date. UTC in ISO8601 format
Return time punches with clocked in after or on the specified date. UTC in ISO8601 format
Return time punches with clocked out before or on the specified date. UTC in ISO8601 format
Return time punches with clocked out after or on the specified date. UTC in ISO8601 format
Deprecated, see 'deleted'
Returns punches filtered by deleted status. Default false, returns undeleted punches. If true returns only deleted punches. if value is null then returns both deleted and undeleted punches.
If true, convert any date ranges to consider the local timezone of the punches. If false, date ranges will be in UTC
A comma separated list of flags to filter time punches by.
A comma-separated list of employee approval statuses to filter time punches by.
Cursor for the next or previous page of results.
The name of the field and direction you want the results ordered by.
Return time punches with business date (based on clocked in date) after or on the specified date. UTC in ISO8601 format. If used, it will take priority over all other clocked in/out date filters.
Return time punches with business date (based on clocked in date) before or on the specified date. UTC in ISO8601 format. If used, it will take priority over all other clocked in/out date filters.
Headers
An API version
7shifts API version
Company GUID
Response
OK
Example response
{
"data": [
{
"clocked_in": "2020-01-20T12:00:00.000Z",
"clocked_out": "2020-01-20T12:00:00.000Z",
"pos_type": "web",
"breaks": [
{
"in": "2020-01-20T12:00:00-0400",
"out": "2020-01-20T12:00:00-0400"
}
],
"created": "2020-01-20T12:00:00.000Z",
"modified": "2020-01-20T12:00:00.000Z"
}
]
}