Information

Get User Information

get
Query parameters
apiKeystringOptional
usernamestringOptional
Responses
chevron-right
200

OK

No content

get
/api/Information/GetUserInformation
200

OK

No content

Get User Activity (24hrs)

get
Query parameters
apiKeystringOptional
Responses
chevron-right
200

OK

No content

get
/api/Information/Get24HourActivity
200

OK

No content

Get Admin Activity

get
Query parameters
apiKeystringOptional
numberOfActivitiesinteger · int32Optional
Responses
chevron-right
200

OK

No content

get
/api/Information/GetAdminActivity
200

OK

No content

Remove WorkSpace Entry

post
Query parameters
apiKeystringOptional
workSpaceIdstringOptional
Responses
chevron-right
200

OK

No content

post
/api/Information/RemoveWorkSpaceDbEntry
200

OK

No content

Get All WorkSpaces

get
Query parameters
apiKeystringOptional

Your API key for this endpoint (lowercase).

limitinteger · int32 · min: 1 · max: 500Optional

Max items per page (1–500). Default is 50.

nextTokenstringOptional

Token for the next page (returned in response); null when there are no more results.

Responses
chevron-right
200

OK

nextTokenstring · nullableOptional

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

hasMorebooleanOptional

Boolean to indicate more results available for return.

get
/api/Information/GetAllWorkSpaces
200

OK

Get WorkSpaces on Litigation Hold

get
Query parameters
apiKeystringOptional

Your API key for this endpoint (lowercase).

limitinteger · int32 · min: 1 · max: 500Optional

Max items per page (1–500). Default is 50.

nextTokenstringOptional

Token for the next page (returned in response); null when there are no more results.

Responses
chevron-right
200

OK

nextTokenstring · nullableOptional

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

hasMorebooleanOptional

Boolean to indicate more results available for return.

get
/api/Information/GetWorkSpacesOnLitigationHold
200

OK

Last updated