List incidents
GET {{baseUrl}}/v1/incidents/?query=<string>&offset=<integer>&limit=<integer>&sort=createdAt&order=desc
Return list of incidents
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query | string | (Required) Search query to apply while filtering the incidents. | |
offset | string | Start index of the result set (to apply pagination). Minimum value (and also default value) is 0. | |
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 | |
sort | string | Name of the field that result set will be sorted by | |
order | string | Sorting order of the result set |
RESPONSES
status: OK
{"requestId":"nulla id","took":0,"data":[{"id":"aute do rep","tinyId":"amet in fugiat adipisicing","message":"eu esse tempor in eiusmod","status":"sint","isSeen":false,"tags":["sunt eiusmod","Excepteur"],"createdAt":"1959-06-02T04:19:25.555Z","updatedAt":"1973-08-08T10:37:29.765Z","source":"aute ipsum","owner":"est mollit Duis commodo","priority":"cupidatat incididunt velit ullamco","responders":[{"type":"schedule","id":"dolore ea esse sit"},{"type":"user","id":"Ut incididunt in mollit laboris"}],"ownerTeam":"consequat","extraProperties":{}},{"id":"incididunt dolor enim","tinyId":"occaecat voluptate","message":"ex","status":"laborum minim est irure labore","isSeen":false,"tags":["dolor","cillum fugiat ut"],"createdAt":"1968-06-16T15:50:03.267Z","updatedAt":"2000-12-28T01:11:11.875Z","source":"in n","owner":"ut ea","priority":"velit culpa dolor elit","responders":[{"type":"schedule","id":"ullamco commodo aliquip laborum"},{"type":"team","id":"exercitation elit"}],"ownerTeam":"ea eu deserunt laborum","extraProperties":{}}],"paging":{"prev":"pariatur occaecat sint","next":"eu laborum","first":"ea sed ullamco mollit magna","last":"commodo enim"}}