Returns equipment time card hours

This call returns a paginated list of equipment time card hours for the specified business unit, jobs, foremen, equipment, 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 equipment 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 equipment.

equipmentIds
array of uuids | null

List of Equipment Ids.
Used to limit transactions. Returns transactions only for equipment specified.

equipmentIds
date-time | null

The date since the last update.

linkedEmployeeIds
array of uuids | null

List of linked employee ids.
Used to limit transactions. Returns transactions only for linked employees specified.

linkedEmployeeIds
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