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

KeyDatatypeRequiredDescription
identifierTypestringType of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny'
offsetstringStarting value of the offset property
directionstringPage direction to apply for the given offset with 'next' and 'prev'
limitstringMaximum number of items to provide in the result. Must be a positive integer value. Default value is 20 and maximum value is 100
orderstringSorting order of the result set

RESPONSES

status: OK

{&quot;requestId&quot;:&quot;sunt quis&quot;,&quot;took&quot;:0,&quot;data&quot;:[{&quot;note&quot;:&quot;pariatur elit sunt&quot;,&quot;owner&quot;:&quot;sint in est laboris tempor&quot;,&quot;createdAt&quot;:&quot;1993-11-28T16:40:44.380Z&quot;,&quot;offset&quot;:&quot;ex Excepteur&quot;},{&quot;note&quot;:&quot;labore reprehenderit&quot;,&quot;owner&quot;:&quot;elit veniam deserunt reprehenderit pariatur&quot;,&quot;createdAt&quot;:&quot;1999-11-09T11:48:15.334Z&quot;,&quot;offset&quot;:&quot;s&quot;}],&quot;paging&quot;:{&quot;first&quot;:&quot;mollit sed&quot;,&quot;next&quot;:&quot;officia Ut esse&quot;}}