Drive > Files > File/Directory > Access
Get multi-access
Show access file information
get/2/drive/{drive_id}/files/{file_id}/access
Path parameters
drive_idinteger required
Drive identifier
file_idinteger required
File identifier
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
Response
OK
Example response
{
"result": "success",
"data": {
"teams": [
{
"access": "team"
}
],
"parent_access": {
"teams": [
{
"access": "team"
}
]
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.