Get a group assignment detail report

get/reports/assignment/summary

Returns a group assignment detail report.

Request Samples

1

Response Samples

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": 0
26 },
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": 0
38 }
39 ],
40 "version": 2
41}

Query Parameters

NameTypeRequiredDescription
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

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