Get a user assignment report
get/reports/assignment/users/{userId}
Returns a user assignment report.
1{2 "links": [3 {4 "method": "GET",5 "rel": "self",6 "href": "/svi-alert/reports/assignment/users?start=0&limit=10",7 "uri": "/svi-alert/reports/assignment/users?start=0&limit=10",8 "type": "application/vnd.sas.collection"9 }10 ],11 "name": "items",12 "accept": "application/vnd.sas.investigation.triage.user.assignment.report+json",13 "count": 1,14 "items": [15 {16 "version": 1,17 "alertId": "52d6095f-fe06-420e-8730-9ddc249b258f",18 "actionableEntityType": "tdc_policy",19 "actionableEntityId": "PA125984445",20 "actionableEntityLabel": "PA125984445",21 "alertStatusId": "ACTIVE",22 "assignmentTimeStamp": "2024-04-30T11:50:20.590000Z",23 "queueId": "insurance_investigations",24 "domainName": "Insurance Domain",25 "strategyName": "Insurance Strategy",26 "queueName": "Insurance Investigations",27 "assignmentAge": 0.009059993333333334,28 "sfeCount": 329 }30 ],31 "version": 232}
| Name | Type | Required | Description |
|---|---|---|---|
userId | string | true | Specifies the identifier for the user. <= 255 characters |
| Name | Type | Required | Description |
|---|---|---|---|
domainId | string | false | Specifies the identifier for the domain. <= 36 characters |
filter | string | false | The criteria for filtering the items. See Filtering in REST APIs. <= 1000 characters |
limit | integer<int32> | false | Specifies the maximum number of items to return. The default value is 10. >= 0 Default: 10 |
queueId | string | false | Specifies the identifier for the queue. <= 36 characters |
sortBy | string | false | The criteria for sorting the items. See Sorting in REST APIs. <= 1000 characters |
start | integer<int32> | false | Specifies the index of the first item to return. The default value is 0. >= 0 Default: 0 |
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 | |
| 403 | Forbidden | The user did not have the necessary permissions. | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |