Retrieves a paginated list of labor punches filtered by date-of-business and/or modified-on date range. At least one date filter must be provided; otherwise the endpoint returns HTTP 422. Results are ordered by labor identifier ascending; use the nextLink in the response to fetch subsequent pages.
Put ONLY your JWT Bearer token on textbox below!
Start of the date-of-business range, inclusive (yyyy-MM-dd). When supplied alone, scopes the query to that single day
End of the date-of-business range, inclusive (yyyy-MM-dd). When supplied alone, scopes the query to that single day
Start of the modified-on range, inclusive (UTC). When supplied alone, scopes the query to that single day
End of the modified-on range, inclusive (UTC). When supplied alone, scopes the query to that single day
Optional list of location identifiers to filter by. When omitted, all locations the caller has access to are returned
Optional list of legal entity identifiers to filter by. When omitted, all legal entities the caller has access to are returned. Combined with locations as an additional AND filter
Number of results per page. Optional. Defaults to 250. Values above 250 are clamped; values of zero or less are treated as the default
Opaque continuation token from a prior response NextLink. Omit on the first request; required to fetch each subsequent page. An invalid token returns HTTP 422
OK
Labor punches for the requested page.
Unique identifier of the labor punch.
Date worked (date of business).
Punch-in time (UTC).
Punch-out time (UTC).
Hours worked.
Pay rate applied to the punch.
Gross pay for the punch (hours multiplied by pay rate).
Employee-declared tip amount on the punch.
R365 employee identifier.
Employee display name.
Employee payroll identifier from the external payroll provider.
Job title identifier.
Job title name.
Job code value.
Department name the job belongs to.
Location identifier.
Location name.
Location number.
Date and time the record was created (UTC).
User identifier.
User full name.
Date and time the record was last modified (UTC).
User identifier.
User full name.
Relative URL to retrieve the next page of results. Preserves the original query parameters and appends a fresh continuationToken. Null when this is the last page.
Labor punches for the requested page.
Unique identifier of the labor punch.
Date worked (date of business).
Punch-in time (UTC).
Punch-out time (UTC).
Hours worked.
Pay rate applied to the punch.
Gross pay for the punch (hours multiplied by pay rate).
Employee-declared tip amount on the punch.
R365 employee identifier.
Employee display name.
Employee payroll identifier from the external payroll provider.
Job title identifier.
Job title name.
Job code value.
Department name the job belongs to.
Location identifier.
Location name.
Location number.
Date and time the record was created (UTC).
User identifier.
User full name.
Date and time the record was last modified (UTC).
User identifier.
User full name.
Relative URL to retrieve the next page of results. Preserves the original query parameters and appends a fresh continuationToken. Null when this is the last page.
Labor punches for the requested page.
Unique identifier of the labor punch.
Date worked (date of business).
Punch-in time (UTC).
Punch-out time (UTC).
Hours worked.
Pay rate applied to the punch.
Gross pay for the punch (hours multiplied by pay rate).
Employee-declared tip amount on the punch.
R365 employee identifier.
Employee display name.
Employee payroll identifier from the external payroll provider.
Job title identifier.
Job title name.
Job code value.
Department name the job belongs to.
Location identifier.
Location name.
Location number.
Date and time the record was created (UTC).
User identifier.
User full name.
Date and time the record was last modified (UTC).
User identifier.
User full name.
Relative URL to retrieve the next page of results. Preserves the original query parameters and appends a fresh continuationToken. Null when this is the last page.
Unauthorized - authentication credentials are missing or invalid.
Forbidden - the caller does not have the required scope or tenant access.
Unprocessable Content
Internal Server Error - an unexpected error occurred while processing the request.