TimeCard

Retrieve timecard information for one or all employees.

Securitybearer
Request
query Parameters
status
string (TimeCardStatus)

Optional. Filter time cards based on status.

Enum: "none" "entered" "review" "approved" "rejected" "exported"
count
integer or null <int32>

Optional. The number of results to return. Maximum count is 1000 records. Defaults to 100.

cursor
integer or null <int32>

Optional. The point at which to start pagination. Defaults to 1.

beginDate
string or null <date-time>

Optional. Specifies starting date for time card results.

endDate
string or null <date-time>

Optional. Specifies end date for time card results.

mechanicId
string or null <uuid>

Optional. Filter out all time cards except the specified mechanic.

includeShiftDetails
boolean or null

Optional. Include additional shift details (if available) for each time card. Defaults to false.

Responses
200

Success

404

Endpoint Not Found. This response may occur if the on-premises E360 service does not exist or is not currently running.

get/api/v1/timeCards
Request samples
Response samples
application/json
{
  • "count": 0,
  • "prev": 0,
  • "next": 0,
  • "timestamp": 0,
  • "data": [
    ]
}