Query Incidents Summary in CSV format
example

Example HTTP request

Retrieve a summary report of Rest Application incidents in CSV format.
Request method and path
POST /incidents/summary/csv
Request body
{ "filter": { "filterType": "booleanLogic", "booleanOperator": "AND", "filters": [ { "filterType": "long", "operandOne": { "name": "messageTypeId" }, "operator": "IN", "operandTwoValues": [ 48, 49 ] }, { "filterType": "booleanLogic", "booleanOperator": "AND", "filters": [ { "filterType": "string", "operandOne": { "name": "restCommonDatatype" }, "operator": "EQ", "operandTwoValues": [ "DAR" ] } ] } ] }, "orderBy": [ { "field": { "name": "restCommonApplication" }, "order": "ASC" } ], "groupBy": { "outerSummary": "restCommonApplication", "innerSummary": "incidentStatusId" }, "page": { "type": "offset", "pageNumber": 1, "pageSize": 100 } }

Example HTTP response

Response 200
restCommonApplication,incidentStatusId,total,high,med,low,info,matches total,,119,119,0,0,0,210 securlet.office365onedrive,,68,68,0,0,0,135 ,1,68,68,0,0,0,135 securlet.box,,49,49,0,0,0,67 ,1,49,49,0,0,0,67 securlet.googledrive,,2,2,0,0,0,8 ,1,2,2,0,0,0,8