Skip to main content
GET
/
payroll
/
apex_weekly
Apex TeleMapper Weekly Submission
curl --request GET \
  --url https://tmextapidev.estream.com/index.cfm/payroll/apex_weekly
{
  "total": 1,
  "code": 200,
  "success": true,
  "data": [
    {
      "telemapperEntryId": "xxx583",
      "weekEnd": "11/23/2025 12:00:00 AM",
      "updatedDate": "11/25/2025 12:20:46 PM",
      "ownerName": "John Doe",
      "apex_locked": "",
      "totalMin": "33652",
      "timezoneOffset": "-6",
      "officeName": "ABC INC",
      "isRoadShow": "1",
      "weekStart": "11/17/2025 12:00:00 AM",
      "apex_submitted": "",
      "officeId": "xxxx5"
    }
  ]
}

Query Parameters

token
string
required
telemapperEntryId
string
date
string
officeid
string

Response

200 - application/json

Success

The response is of type object.