Skip to main content

Get Folder

GET 

/folder/:folder_id

The Get Folder API allows you to retrieve details about a specific folder.

Request

Path Parameters

    folder_id stringrequired

    objectId of folder

Responses

successful operation

Schema

    objectId string
    folderName string
    parentFolderId string
    parentFolderName string
    createdAt date
    updatedAt date
Loading...