Get a summary hierarchy

get/reports/dispositionHierarchy/summary

Returns the hierarchy for the summary management reports. The full tree is returned if no user is given.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "self",
6 "href": "/svi-alert/reports/dispositionHierarchy/summary",
7 "uri": "/svi-alert/reports/dispositionHierarchy/summary",
8 "type": "application/vnd.sas.collection"
9 }
10 ],
11 "name": "items",
12 "accept": "application/vnd.sas.investigation.triage.domain.tree.node+json",
13 "count": 2,
14 "items": [
15 {
16 "version": 1,
17 "domainName": "Insurance Domain",
18 "domainId": "insurance_domain",
19 "strategies": [
20 {
21 "version": 1,
22 "strategyId": "strategy_8088058",
23 "strategyName": "Insurance Strategy",
24 "queues": [
25 {
26 "version": 1,
27 "queueId": "queue_6739991",
28 "queueName": "Default Queue for Insurance Domain"
29 },
30 {
31 "version": 1,
32 "queueId": "insurance_auto_case",
33 "queueName": "Insurance Auto Case"
34 },
35 {
36 "version": 1,
37 "queueId": "insurance_investigations",
38 "queueName": "Insurance Investigations"
39 },
40 {
41 "version": 1,
42 "queueId": "insurance_low_priority",
43 "queueName": "Insurance Low Priority"
44 }
45 ]
46 }
47 ]
48 },
49 {
50 "version": 1,
51 "domainName": "Visual Investigator Domain",
52 "domainId": "svidomain",
53 "strategies": [
54 {
55 "version": 1,
56 "strategyId": "strategy_kyc",
57 "strategyName": "Customer Profile",
58 "queues": [
59 {
60 "version": 1,
61 "queueId": "queue_kyc",
62 "queueName": "High Priority Network Alerts"
63 },
64 {
65 "version": 1,
66 "queueId": "queue_kyc_low",
67 "queueName": "Low Priority Network Alerts"
68 }
69 ]
70 },
71 {
72 "version": 1,
73 "strategyId": "strategy_default",
74 "strategyName": "Default Alert Strategy",
75 "queues": [
76 {
77 "version": 1,
78 "queueId": "queue_default",
79 "queueName": "Default Alert Queue"
80 }
81 ]
82 }
83 ]
84 }
85 ]
86}

Query Parameters

NameTypeRequiredDescription
userId
string
false

Specifies the identifier for the user.

<= 255 characters

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Specifies the media type of the items returned.

Allowed value:
application/vnd.sas.investigation.triage.domain.tree.node+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