Skip to main content

Get folder list

GET 

/folderlist

The Folder List API empowers you to retrieve a list of folder with or without parentFolderId

Request

Query Parameters

    parentFolderId string

    objectId of folder

    limit number

    Possible values: <= 500

    Example: 10
    skip number
    Example: 0

Responses

successful operation

Schema

    result

    object[]

  • Array [

  • objectId string
    folderName string
    parentFolderId string
    parentFolderName string
    createdAt date
    updatedAt date
  • ]

Loading...