Skip to main content
GET
/
employee_timecard
cURL
curl --request GET \
  --url https://tmextapidev.estream.com/index.cfm/employee_timecard
{
  "status": 200,
  "events": [
    {
      "startTime": "2024-01-01T09:00:00",
      "employeeId": 123,
      "endTime": "2024-01-01T17:00:00",
      "description": "Regular shift",
      "id": 1
    }
  ],
  "success": true
}

Query Parameters

token
string
required
pId
string
workDate
string
workDate2
string
includeFullweek
boolean
pIds
string
ignoreCKE
boolean
officeId
string

Response

200 - application/json

Success

The response is of type object.