List Notes
List alert notes for the given alert identifier.
External Documentation
To learn more, visit the Opsgenie documentation.
Parameters
Parameter | Description |
---|---|
Direction | Page direction to apply for the given offset with 'next' and 'prev'. |
ID | Identifier of alert which could be alert id, tiny id or alert alias. |
ID Type | Type of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny'. |
Limit | Maximum number of items to provide in the result. Must be a positive integer value. Default value is 20 and maximum value is 100. |
Offset | Starting value of the offset property. |
Order | Sorting order of the result set. |
Example Output
{
"data": [
{
"createdAt": "date-time",
"note": "string",
"offset": "string",
"owner": "string"
}
],
"paging": {
"first": "string",
"next": "string"
},
"requestId": "string",
"took": 0
}
Workflow Library Example
List Notes with Opsgenie and Send Results Via Email
Preview this Workflow on desktop