Alert List
Displays real-time and historical alerts with key details like type, status, asset, location, and timestamps for monitoring and action tracking.
GET /Controllers/Alert.ashx?action=list&start=0&limit=50&asArray=0
🧩 List Properties​
| Property | Type | Description |
|---|---|---|
| AlertId | Integer | Unique identifier for the alert |
| AssetId | Integer | Asset identifier related to the alert |
| AlertTypeId | Integer | ID referring to the type of alert |
| AlertType | String | Description of the alert type |
| AlertCategory | String | Category of the alert (nullable) |
| CategoryId | Integer | ID of the alert category |
| IsCritical | Boolean | Indicates whether the alert is critical |
| AlertText | String | Detailed alert message |
| StatusId | Integer | Status identifier |
| LocationId | Integer | Identifier of the location associated with the alert |
| Location | String | Name of the location |
| PostalCode | String | Postal/ZIP code |
| IsKeyLocation | Boolean | Indicates if this is a key location |
| CustomerName | String | Name of the customer (nullable) |
| Route | String | Route identifier or timestamp string |
| Aging | Integer | Total age of the alert in minutes |
| Status | String | Status of the alert |
| AlertAt | String | UTC timestamp when alert was generated |
| PriorityId | Integer | Identifier for alert priority |
| ClosedOn | String | UTC timestamp when alert was closed |
| AssetSerialNumber | String | Serial number of the associated asset |
| LocationCode | String | Internal code for the location |
| LocationPostalCode | String | Postal code of the location |
| LastUpdatedOn | String | UTC timestamp when alert was last updated |
| AlertValue | Float | Numerical value assigned to the alert |
| AlertDefinitionId | Integer | Identifier for the alert definition |
| AlertDefinition | String | Name of the alert definition |
| TimeZoneId | Integer | Timezone identifier |
| TimeZone | String | Timezone string |
| AlertTypeImage | String | Short tag or image label for alert type |
| AlertAge | Integer | Age of alert in minutes or hours |
| Priority | String | Priority name/label (nullable) |
| SmartDeviceSerial | String | Serial number of the smart device |
| SmartDeviceId | Integer | ID of the smart device |
| ActionTaken | String | Action taken notes |
| SnoozeUntil | String | Snooze expiry timestamp |
| AcknowledgmentDate | String | UTC when alert was acknowledged (nullable) |
| OutletNumber | String | Outlet number (nullable) |
| UniqueGuid | String | GUID for alert (nullable) |
| IsStitched | Boolean | Indicates if alert is part of a stitched image |
| PurityDateTime | String | Timestamp of purity (nullable) |
| ValidatedByUser | String | User who validated alert (nullable) |
| ValidateReason | String | Reason for validation (nullable) |
| PlanogramId | Integer | ID of the assigned planogram (nullable) |
| ValidatedByUserId | Integer | ID of the user who validated alert |
| SerialNumber | String | Serial number of the asset |
| OutletCode | String | Outlet internal code |
| Age | Integer | Alias of Aging, total age of alert |
| AlertAgeFormatted | String | Alert age in formatted string |
| AlertAgeMins | Integer | Age of alert in minutes |