team_folder/list/continue
POST https://api.dropboxapi.com/2/team/team_folder/list/continue
scope: team_data.team_space
Once a cursor has been retrieved from team_folder/list
, use this to paginate through all team folders.
Permission : Team member file access.
Request Body
{"cursor"=>"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"team_folders":[{"team_folder_id":"123456789","name":"Marketing","status":{".tag":"active"},"is_team_shared_dropbox":false,"sync_setting":{".tag":"default"},"content_sync_settings":[{"id":"id:a4ayc_80_OEAAAAAAAAAXw","sync_setting":{".tag":"default"}}]}],"cursor":"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu","has_more":false}