get https://hub.xyte.io/core/v1/organization/incidents
Retrieve a list of incidents for the organization.
Authorization
This endpoint requires Authorization.
Response
Returns Paginated data of the following format for each item:
| Key | Type | Description | 
|---|---|---|
| uuid | string | Unique identifier of the incident | 
| status | string | "active" / "closed" | 
| priority | string | "critical" / "high" / "moderate" / "low" / "planning" | 
| issue | string | Short name of the issue that caused the incident | 
| title | string | Incident title | 
| description | string | Detailed description | 
| device_id | string | Device UUID | 
| device_name | string | Name of the device | 
| device_model | string | Name of the device's model | 
| device_sub_model | string | Name of the device's sub model (if available) | 
| partner_name | string | Name of the device manufacturer | 
| space_id | number | Unique identifier of the space the device is in | 
| space_tree_path_name | string | Location of the device in the space tree | 
| created_at | string | Date and time when the incident was created in ISO 8601 format (e.g., "2024-07-17T07:09:26Z"). | 
| updated_at | string | Date and time when the incident was last updated in ISO 8601 format (e.g., "2024-07-17T07:09:26Z"). | 
| issuer_name | string | Name of the User who created the command (if available) | 
