getAlertCustomInfo
A MoogDb v2 method that returns custom information for an alert.
Back to MoogDb V2 API Method Reference.
Request arguments
Method getAlertCustomInfo
takes the following request arguments:
Name | Type | Required | Description |
---|---|---|---|
| Number | Yes | ID of the alert you want to return custom info data for. |
| String | No | Specify the key if you are interested in a specific value. Otherwise the method returns all custom info. |
Response
Method getAlertCustomInfo
returns the following response:
Type | Description |
---|---|
Number, List, String, or Object | A map of name-value pairs containing the custom info for the specified alert. |