Get a user assignment detail report

get/reports/assignment/details

Returns a user assignment detail report.

Request Samples

1

Response Samples

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": 3
24 }
25 ],
26 "version": 2
27}

Query Parameters

NameTypeRequiredDescription
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

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Specifies the media type of the items returned.

Allowed value:
application/vnd.sas.investigation.triage.group.user.assignment.report+json

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema