Skip to content

GetAccessesList

Request

Returns list of accesses sorted by latest activity time in descending order.

Security
AuthorizationHeader
Query
latest_activity_time_gtstring

Returns list of accesses having latest activity time greater than the specified time if provided. The format of time is 'YYYY-MM-DD HH:MM:SS'.

identity_typestring

Identity type

directory_typestring

Directory Type

Enum:"On-premise""Cloud IDP"
directory_namestring

Directory Name

identitystring

Identity Name

assetstring

Asset Name

asset_typestring

Asset Type

frominteger

Page number

sizeinteger

Record per page. Default no of records per page is 50. Maximum allowed records per page is 1000.

scorenumber

Filters accesses to include only those with a posture score greater than or equal to the specified value. Score must be greater than or equal to 0.0

curl -i -X GET \
  'https://apidoc.authmind.com/_mock/v1/docs/v1/accesses?latest_activity_time_gt=string&identity_type=string&directory_type=On-premise&directory_name=string&identity=string&asset=string&asset_type=string&from=0&size=0&score=0' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
errorstring
resultobject(models.OutListAccessResultResponse)
successboolean
Response
{ "error": "string", "result": { "data": [], "total": 0 }, "success": true }