Skip to main content
GET
/
business
/
all
Get all business
curl --request GET \
  --url https://tmextapidev.estream.com/index.cfm/business/all
{
  "message": "Business data retrieved successfully.",
  "status": 200,
  "success": true,
  "data": [
    {
      "officeName": "Demo Management Inc",
      "ownerFirstName": "John",
      "ownerLastName": "Doe",
      "officeID": 1
    }
  ]
}

Query Parameters

token
string
required
officeId
integer

Response

200 - application/json

Success

The response is of type object.