Skip to main content
POST
/
payroll
/
apex_weeklyDataRoadshow
Apex TeleMapper Weekly Submission Data for Roadshow
curl --request POST \
  --url https://tmextapidev.estream.com/index.cfm/payroll/apex_weeklyDataRoadshow
{
  "message": "Data retrieved.",
  "code": 200,
  "success": true,
  "data": [
    {
      "personLastName": "Doe",
      "clockType": "IN",
      "totalMin": 540,
      "active": 1,
      "personFirstName": "John",
      "clockOutUtc": "11/18/2025 5:00:00 PM",
      "clockInUtc": "11/18/2025 8:00:00 AM"
    }
  ]
}

Query Parameters

token
string
required
telemapperEntryId
integer
required
officeId
string

Office ID to fetch data for

Response

200 - application/json

Success

The response is of type object.