Get Data Table Folders

get

/rest/v16/folders

This endpoint returns a list of data table folders visible to the current user.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : folders-collection
Type: object
Show Source
Nested Schema : state
Type: object
Title: state
This object describes the folder permissions for the current user.
Show Source
  • Title: Allow Delete
    Identifies if the current user is allowed to delete the data table folder(s).
  • Title: Allow Update
    Identifies if the current user is allowed to create and update the data table folder(s).
Nested Schema : Folders List
Type: array
Title: Folders List
List of accessible folders
Show Source
Nested Schema : folders-createResponse
Type: object
Show Source
Back to Top