Returns the change history of a specific sector.
GET https://gateway.orkeia.ai/sectors/{id}/history
Authenticationauthorization: <your_token>.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the sector. | SECTOR_12345 |
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the history event. |
| responsible | string | Name/user 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. |
| changes | object | Changes made to the sector fields, when applicable. |