Skip to main content
GET
/
employees
/
all
Get All Employees
curl --request GET \
  --url https://tmextapidev.estream.com/index.cfm/employees/all
{
  "total": 1,
  "code": 200,
  "success": true,
  "data": [
    {
      "zip": "",
      "active": 1,
      "phone": "0000-555-6767",
      "isSccApproved": 0,
      "state": "KY",
      "firstname": "Demo ",
      "email": "[email protected]",
      "street_2": "",
      "street_1": "xx3 Eyygrrr",
      "retireDate": "09/14/2022 8:50:42 AM",
      "lastname": "Doe",
      "DOB": "",
      "officename": "ABC Inc",
      "gender": "",
      "officeid": "105xx",
      "personid": "391xx",
      "createdate": "02/10/2006 12:00:00 AM",
      "hasTeleMapperAcct": 1,
      "SSN": "",
      "city": "Test City",
      "street_apt": "",
      "hireDate": "February, 10 2006 00:00:00",
      "updatedate": "09/14/2022 8:50:42 AM",
      "retire": 1
    }
  ]
}

Query Parameters

token
string
required
officeid
string
required
lastDate
string
hasTeleMapperAcct
string
status
string

Allowed values: active, retired, both

Response

200 - application/json

Success

The response is of type object.