Top Level Folders Resource

GET /self/my_files

Get a Binder object representing the top-level My Files folder.

Request Parameters
name type description default constraints
library_info query false boolean
Response Body
media type data type description
application/json BinderBrief (JSON) A BinderBrief object.
application/xml binderBrief (XML)

GET /self/net_folders

Get a Binder object representing the top-level Net Folders folder.

Response Body
media type data type description
application/json BinderBrief (JSON) A BinderBrief object.
application/xml binderBrief (XML)

GET /self/public_shares

Get a Binder object representing the top-level Public folder.

Response Body
media type data type description
application/json BinderBrief (JSON) A BinderBrief object.
application/xml binderBrief (XML)

GET /self/roots

This method has been deprecated. This operation is temporary and is very likely to change.

Get a list of virtual workspace roots for the authenticated user. This is useful for displaying starting points for browsing different parts of the workspace hierarchy.

Response Body
media type data type description
application/json SearchResultList (JSON) Returns a list of BinderBrief objects.
application/xml searchResultList (XML)

GET /self/shared_by_me

Get a Binder object representing the top-level Shared by Me folder.

Response Body
media type data type description
application/json BinderBrief (JSON) A BinderBrief object.
application/xml binderBrief (XML)

GET /self/shared_with_me

Get a Binder object representing the top-level Shared with Me folder.

Request Parameters
name type description default constraints
library_info query false boolean
Response Body
media type data type description
application/json BinderBrief (JSON) A BinderBrief object.
application/xml binderBrief (XML)