Description
Companies are the main operational unit. Each company manages its buildings, vehicles, consumptions and emissions.Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/companies | List companies |
| GET | /api/v1/companies/{id}/buildings | Company buildings |
| GET | /api/v1/companies/{id}/departments | Departments |
| GET | /api/v1/companies/{id}/organization-limits | Organization limits |
| GET | /api/v1/companies/{id}/year-configuration | Year configuration |
Example: List companies
Common Parameters
page(optional): Page numberlimit(optional): Items per page (max 1000)companyIds(optional): Filter by company IDs

