Returns employee time card hours

This call returns a paginated list of employee time card hours and cost adjustments for the specified business unit, jobs, foremen, employees, and date range.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Set of filters for the request.

A model that represents an advanced request to find employee hours.

jobIds
array of uuids | null

List of Job Ids.
Used with JobTagIds to limit jobs. Returns jobs with JobIds and JobTagIds.

jobIds
jobTagIds
array of uuids | null

List of Job Tag Ids.
Used with JobIds to limit jobs. Returns jobs with JobIds and JobTagIds.

jobTagIds
foremanIds
array of uuids | null

List of Foreman Ids.
Used to limit transactions. Returns transactions only for foremen specified.

foremanIds
date-time | null

Beginning local date (yyyy-MM-dd) of date range.
Used with EndDate. Transactions whose dates fall within this date range will be included.

date-time | null

End local date (yyyy-MM-dd) of date range.
Used with StartDate. Transactions whose dates fall within this date range will be included.

string | null

Optional.
When there are additional results, the metadata nextCursor field should be passed to retrieve the next page of results.

int32 | null

The maximum number of results that should be returned.

uuid | null

The business unit id.

boolean

If the other job filters are not used, and parameter is set to true,
transactions for active and non-active jobs will be returned.

boolean

Filter to include inactive employees.

date-time | null

The modifiedSince datetime.

employeeIds
array of uuids | null

List of Employee Ids.
Used to limit transactions. Returns transactions only for employees specified.

employeeIds
boolean | null

Optional. When set, returns only timecards with a status of approved.

boolean | null

Optional. When true, returns only timecards with a status of accepted. This combines with isApproved and isReviewed parameters with AND logic.

boolean | null

Optional. When set, returns only timecards with a status of accepted. This combines with isAccepted and isApproved parameters with AND logic.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json