features/get_values
POST https://api.dropboxapi.com/2/users/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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Dropbox-API-Path-Root | string | ||
Dropbox-API-Select-User | string |
RESPONSES
status: OK
{"values":[{".tag":"paper_as_files","paper_as_files":{".tag":"enabled","enabled":true}}]}