GetFileACL
Retrieves the ACL of the specified Encyclopedia file or folder.
Request elements
FileId
String. The ID of the file or folder for which to retrieve the ACL. Specific either FileId or FileName.
FileName
String. The full name of the file or folder for which to retrieve the ACL. Specify either FileName or FileId.
GrantedUserId
String. The user ID.
GrantedUserName
String. The user name.
GrantedRoleId
String. The role ID.
GrantedRoleName
String. The role name.
GrantedUserGroupId
String. The user group ID.
GrantedRoleName
String. The user group name.
FetchSize
Int. The maximum number of records to retrieve and return in a result set. The default value is 500.
FetchDirection
Boolean. If True, records are retrieved forward. If False, records are retrieved backward. The default value is True.
CountLimit
Int. The maximum number of records to count. By default, CountLimit is equal to FetchSize. To count all records, set CountLimit to ‑1.
FetchHandle
String. Retrieves more items from the result set. In the second and subsequent calls for data, specify the same search criteria as in the original call.
Response elements
ACL
ArrayOfPermission. The ACL of the file or folder.
FetchHandle
String. Indicates that the number of items in the result set exceeds the FetchSize limit.
TotalCount
Int. The number of entries in the search result set.