Skip to main content
POST
/
apex_weeklyData
Get Apex Weekly Data
curl --request POST \
  --url https://tmextapidev.estream.com/index.cfm/apex_weeklyData
{
  "total": 2,
  "code": 200,
  "success": true,
  "data": [
    {
      "personId": 12345,
      "clockType": "IN",
      "active": true,
      "personLname": "Doe",
      "clockOutUtc": "11/18/2025 5:00:00 PM",
      "clockInId": 67890,
      "modType": "Regular",
      "timezoneOffsetNme": "CST",
      "personFname": "John",
      "tmAgentEntryId": 111213,
      "totalMin": 540,
      "uniqueId": "abcde-12345-fghij-67890",
      "timezoneOffset": -6,
      "clockInUtc": "11/18/2025 8:00:00 AM"
    }
  ]
}

Query Parameters

token
string
required
telemapperEntryId
integer
required

Response

200 - application/json

Success

The response is of type object.