Get the disposition history summary report
get/reports/dispositionHistory/summary
Returns the disposition history summary report.
1{2 "links": [3 {4 "method": "GET",5 "rel": "self",6 "href": "/svi-alert/reports/dispositionHistory/summary",7 "uri": "/svi-alert/reports/dispositionHistory/summary",8 "type": "application/vnd.sas.collection"9 }10 ],11 "name": "items",12 "accept": "application/vnd.sas.investigation.triage.group.user.report+json",13 "count": 6,14 "items": [15 {16 "version": 1,17 "groupId": "sviadms",18 "groupName": "Visual Investigator Administrators",19 "groupAggregate": false,20 "productive": 0,21 "unProductive": 0,22 "indeterminate": 0,23 "total": 0,24 "acceptRate": 0,25 "timeSpent": 0,26 "productiveBulk": 0,27 "unProductiveBulk": 0,28 "indeterminateBulk": 0,29 "totalBulk": 030 },31 {32 "version": 1,33 "groupId": "sviusrs",34 "groupName": "Visual Investigator Users",35 "groupAggregate": false,36 "productive": 0,37 "unProductive": 0,38 "indeterminate": 0,39 "total": 0,40 "acceptRate": 0,41 "timeSpent": 0,42 "productiveBulk": 0,43 "unProductiveBulk": 0,44 "indeterminateBulk": 0,45 "totalBulk": 046 }47 ]48}
| Name | Type | Required | Description |
|---|---|---|---|
domainId | string | false | Specifies the identifier for the domain. <= 36 characters |
queueId | string | false | Specifies the identifier for the queue. <= 36 characters |
strategyId | string | false | Specifies the identifier for the strategy. <= 36 characters |
begin | string | true | Specifies the beginning of the time period for the requested hierarchy. <= 100 characters |
end | string | true | Specifies the end of the time period for the requested hierarchy. <= 100 characters |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |