Retrieve the user disposition history report

head/reports/dispositionHistory/users/{userId}

Retrieves the headers for the user disposition history detailed report for the given user.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
userId
string
true

Specifies the identifier of the user.

<= 255 characters

Query Parameters

NameTypeRequiredDescription
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
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.user.detail.report+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
500Internal Server Error

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

Schema