Create the user disposition history report

post/reports/dispositionHistory/users

Creates the user disposition history report based on a date query.

Request Samples

1

Response Samples

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

Request Body

A report user details date query representation.

NameTypeRequiredDescription
userId
string
false
<= 255 characters
begin
string
false
<= 100 characters
end
string
false
<= 100 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
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