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. |
{
"data": [
{
"createdAt": "date-time",
"log": "string",
"offset": "string",
"owner": "string",
"type": "string"
}
],
"paging": {
"first": "string",
"next": "string"
},
"requestId": "string",
"took": 0
}
Was this page helpful?