Returns the general history of sector changes.
GET https://gateway.orkeia.ai/sectors/history
Authenticationauthorization: <your_token>.
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the history event. |
| sectorId | string | Identifier of the sector associated with the event. |
| responsible | string | Name/username responsible for the change. |
| action | string | Registered action (e.g., created sector, updated sector, deleted sector) |
| type | string | Classification of the event (success, fail, neutral). |
| date | Date | Date and time of the change. |