features/get_values

POST https://api.dropboxapi.com/2/users/features/get_values

features/get_values

scope: account_info.read

Get a list of feature values that may be configured for the current account.

Request Body

{"features"=>[{".tag"=>"paper_as_files"}, {".tag"=>"file_locking"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Dropbox-API-Path-Rootstring
Dropbox-API-Select-Userstring

RESPONSES

status: OK

{"values":[{".tag":"paper_as_files","paper_as_files":{".tag":"enabled","enabled":true}}]}