Create Data Table Folder
post
/rest/v19/folders
This endpoint is used to create a new data table folder.
Request
Supported Media Types
- application/json
Root Schema : folders-createRequest
Type:
Show Source
object-
name:
string
Title:
Folder NameThe data table folder name. -
variableName:
string
Title:
Folder Variable NameThe variable name for the data table folder.
Response
Supported Media Types
- application/json
Default Response
Folder details
Root Schema : folders-createResponse
Type:
Show Source
object-
_state:
object state
Title:
stateThis object describes the folder permissions for the current user. -
dateAdded:
string
Title:
Date AddedThe date the data table folder was created. -
dateModified:
string
Title:
Date Last ModifiedThe date of the last data table folder modification. -
id:
integer(int64)
Title:
Folder IdThe unique identifier of the data table folder. -
name:
string
Title:
Folder NameThe data table folder name. -
variableName:
string
Title:
FolderVariable NameThe variable name of the data table folder
Nested Schema : state
Type:
objectTitle:
stateThis object describes the folder permissions for the current user.
Show Source
-
allowDelete:
boolean
Title:
Allow DeleteIdentifies if the current user is allowed to delete the data table folder(s). -
allowUpdate:
boolean
Title:
Allow UpdateIdentifies if the current user is allowed to create and update the data table folder(s).