Get a group assignment detail report
get/reports/assignment/summary
Returns a group assignment detail report.
1{2 "links": [3 {4 "method": "GET",5 "rel": "self",6 "href": "/svi-alert/reports/assignment/summary",7 "uri": "/svi-alert/reports/assignment/summary",8 "type": "application/vnd.sas.collection"9 }10 ],11 "name": "items",12 "accept": "application/vnd.sas.investigation.triage.group.user.assignment.report+json",13 "count": 2,14 "items": [15 {16 "version": 1,17 "groupId": "sviadms",18 "groupName": "Visual Investigator Administrators",19 "groupAggregate": false,20 "active": 1,21 "suppressed": 0,22 "assigned": 1,23 "unassigned": 0,24 "medianTimeAssigned": 0.002374491412037037,25 "sfeCount": 026 },27 {28 "version": 1,29 "groupId": "sviusrs",30 "groupName": "Visual Investigator Users",31 "groupAggregate": false,32 "active": 1,33 "suppressed": 0,34 "assigned": 1,35 "unassigned": 0,36 "medianTimeAssigned": 0.002374491412037037,37 "sfeCount": 038 }39 ],40 "version": 241}
| 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 |
| 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 |