Get the user disposition hierarchy

get/reports/dispositionHierarchy/users/{userId}

Returns the user disposition hierarchy for the given user.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "self",
6 "href": "/svi-alert/reports/dispositionHierarchy/users",
7 "uri": "/svi-alert/reports/dispositionHierarchy/users",
8 "type": "application/vnd.sas.collection"
9 }
10 ],
11 "name": "items",
12 "accept": "application/vnd.sas.investigation.triage.domain.tree.node+json",
13 "count": 0,
14 "items": [],
15 "version": 2
16}

Path Parameters

NameTypeRequiredDescription
userId
string
true

Specifies the identifier of the user.

<= 255 characters

Query Parameters

NameTypeRequiredDescription
begin
string
true

Specifies the beginning of the time period for the requested hierarchy.

<= 100 characters
end
string
true

Specifies the end of the time period for the requested hierarchy.

<= 100 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
403Forbidden

The user did not have the necessary permissions.

Schema