Get Data Table Folder
get
                    /rest/v19/folders/{folderVarName}
This endpoint returns the properties for the specified data table folder.
                
                Request
Path Parameters
                - 
                    folderVarName(required): string
                    
                    The variable name for the data table folder.
Response
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).