Skip to main content
GET
/
telemapper
/
schedule
TeleMapper Schedule
curl --request GET \
  --url https://tmextapidev.estream.com/index.cfm/telemapper/schedule
{
  "message": "success",
  "status": 200,
  "success": true,
  "data": [
    {
      "zip": "xx653",
      "retailerName": "Customer Test",
      "city": "NY",
      "address": "xxx Main Road",
      "hasShift": "1",
      "state": "XX",
      "eventId": "-27",
      "shifts": [
        {
          "hasCheckIn": "false",
          "lname": "Doe",
          "scheduledDate": "01/05/2026 6:50 AM",
          "eventShiftId": "xxxx561",
          "isMeeting": "",
          "pid": "xxxxx861",
          "eventId": "-27",
          "dow": "2",
          "fname": "John",
          "title": "Timeslot",
          "end": "01/05/2026 2:00 PM",
          "start": "01/05/2026 12:00 AM"
        }
      ]
    }
  ]
}

Query Parameters

token
string
required
includeDDTotals
boolean
workDate
string
required
officeId
integer
required

Response

200 - application/json

Success

The response is of type object.