Get a user assignment detail report
get/reports/assignment/details
Returns a user assignment detail report.
1{2 "links": [3 {4 "method": "GET",5 "rel": "self",6 "href": "/svi-alert/reports/assignment/details",7 "uri": "/svi-alert/reports/assignment/details",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": 1,14 "items": [15 {16 "version": 1,17 "userId": "videmo",18 "userName": "Test videmo",19 "groupAggregate": false,20 "active": 1,21 "suppressed": 0,22 "medianTimeAssigned": 0.00007467905092592593,23 "sfeCount": 324 }25 ],26 "version": 227}
| Name | Type | Required | Description |
|---|---|---|---|
domainId | string | false | Specifies the identifier of the domain. <= 36 characters |
groupId | string | false | Specifies the identifier of the group. <= 36 characters |
queueId | string | false | Specifies the identifier of the queue. <= 36 characters |
strategyId | string | false | Specifies the identifier of 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 |