curl --request POST \
--url https://tmextapidev.estream.com/index.cfm/apex_weeklyDataRoadshow{
"message": "Data retrieved.",
"code": 200,
"success": true,
"data": [
{
"personID": 78910,
"tzNamePerDay": "CST",
"clockType": "IN",
"active": 1,
"isUpdated": 0,
"personFirstName": "John",
"clockOutUtc": "11/18/2025 5:00:00 PM",
"clockTypeId": 1,
"clockInId": 55555,
"modType": "",
"telemapperEntryId": 110583,
"createdDateUtc": "11/18/2025 7:50:00 AM",
"locationFK": 101112,
"isAdded": 0,
"tmAgentEntryID": 123456,
"tzOffsetEachPerDay": -6,
"locationTypeId": 2,
"personLastName": "Doe",
"totalMin": 540,
"uniqueId": "abcde-12345-fghij-67890",
"programs": [
{
"nameShort": "PA",
"id": 1,
"name": "Program A"
}
],
"clockInUtc": "11/18/2025 8:00:00 AM",
"updatedDateUtc": "11/18/2025 5:10:00 PM"
}
]
}curl --request POST \
--url https://tmextapidev.estream.com/index.cfm/apex_weeklyDataRoadshow{
"message": "Data retrieved.",
"code": 200,
"success": true,
"data": [
{
"personID": 78910,
"tzNamePerDay": "CST",
"clockType": "IN",
"active": 1,
"isUpdated": 0,
"personFirstName": "John",
"clockOutUtc": "11/18/2025 5:00:00 PM",
"clockTypeId": 1,
"clockInId": 55555,
"modType": "",
"telemapperEntryId": 110583,
"createdDateUtc": "11/18/2025 7:50:00 AM",
"locationFK": 101112,
"isAdded": 0,
"tmAgentEntryID": 123456,
"tzOffsetEachPerDay": -6,
"locationTypeId": 2,
"personLastName": "Doe",
"totalMin": 540,
"uniqueId": "abcde-12345-fghij-67890",
"programs": [
{
"nameShort": "PA",
"id": 1,
"name": "Program A"
}
],
"clockInUtc": "11/18/2025 8:00:00 AM",
"updatedDateUtc": "11/18/2025 5:10:00 PM"
}
]
}Was this page helpful?