features/get_values
POST https://api.dropboxapi.com/2/team/features/get_values
scope: team_info.read
Get the values for one or more featues. This route allows you to check your account's capability for what feature you can access or what value you have for certain features. Permission : Team information.
Request Body
{"features"=>[{".tag"=>"upload_api_rate_limit"}, {".tag"=>"has_team_shared_dropbox"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"values":[{".tag":"upload_api_rate_limit","upload_api_rate_limit":{".tag":"limit","limit":25000}},{".tag":"has_team_shared_dropbox","has_team_shared_dropbox":{".tag":"has_team_shared_dropbox","has_team_shared_dropbox":false}}]}