List Alert Notes
GET {{baseUrl}}/v2/alerts/:identifier/notes?identifierType=id&offset=<string>&direction=next&limit=<integer>&order=desc
List alert notes for the given alert identifier
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
identifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny' | |
offset | string | Starting value of the offset property | |
direction | string | Page direction to apply for the given offset with 'next' and 'prev' | |
limit | string | Maximum number of items to provide in the result. Must be a positive integer value. Default value is 20 and maximum value is 100 | |
order | string | Sorting order of the result set |
RESPONSES
status: OK
{"requestId":"sunt quis","took":0,"data":[{"note":"pariatur elit sunt","owner":"sint in est laboris tempor","createdAt":"1993-11-28T16:40:44.380Z","offset":"ex Excepteur"},{"note":"labore reprehenderit","owner":"elit veniam deserunt reprehenderit pariatur","createdAt":"1999-11-09T11:48:15.334Z","offset":"s"}],"paging":{"first":"mollit sed","next":"officia Ut esse"}}