Drive > Files > File/Directory > Access > Teams

Get access

Show team that has access to the File|Directory

get/2/drive/{drive_id}/files/{file_id}/access/teams

Path parameters

drive_idinteger required

Drive identifier

file_idinteger required

File identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "access": "team"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.