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"
}
]
}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"
}
]
}Was this page helpful?