get https://services.azuga.com/azuga-ws-oauth/v3/alerts/types.json
This API provides you with information about all types of alerts that are configurable in your account.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/alerts/types.json
API Response Glossary
Field | Description | Data Type |
---|---|---|
alertTypeId | Unique identifier representing the alert type | int |
name | Name of the alert type | String |
description | Brief description of the alert type | String |
tableName | For Azuga internal use | String |
batchMessageTemplateKey | For Azuga internal use | String |
messageTemplateKey | For Azuga internal use | String |
createdAt | Created time of alert type in UTC milliseconds | Timestamp |
deletedAt | Deleted time of alert type | Timestamp |
deleted | Boolean value representing the alertType deletion(True=Deleted, False= Not Deleted) | boolean |
eventTypeId | Unique identifier representing the event type | Integer |
propertyKey | For Azuga internal use | String |
alertSubjectKey | For Azuga internal use | String |
dataSource | For Azuga internal use | String |
messageTemplate | For Azuga internal use | String |
packageId | For Azuga internal use | int |