v1

latestOpenAPI 3.1.02026-07-24700152.8 KB

List subdepartments

Provides a list of subdepartments for the specified company. Creation of subdepartments can only be performed in the application.

get/companies/subdepartments

Query parameters

reference_company_idstring required

Company ID from the PMS System

company_idstring

Company ID from the Breezeway System

Response

200

idinteger
namestring
reference_company_idstring

Example response

[
  {
    "id": 1,
    "name": "Breezeway Homes",
    "reference_company_id": "external-company-id"
  }
]