v1

latestOpenAPI 3.0.12026-07-26152939.0 KB
folder

Retrieve content of folder including wachets and subfolders

get/thirdparty/v1/folder/list

Query parameters

parentIdstring
Example:576b3f7e-e126-4e92-9b95-f72a8d187a18

FolderId. If not specified data from root folder are returned.

continuationTokenstring

Used to request next result page

Headers

access token in format: bearer TOKEN

Response

Success

continuationTokenstring nullable

Example response

{
  "subfolders": [
    {
      "id": "576b3f7e-e126-4e92-9b95-f72a8d187a18",
      "parentId": "576b3f7e-e126-4e92-9b95-f72a8d187a18"
    }
  ],
  "tasks": [
    {
      "id": "9f7e1ae7-9a7f-49e0-baa2-ffd8760f7b9e",
      "folderId": "576b3f7e-e126-4e92-9b95-f72a8d187a18"
    }
  ],
  "path": [
    {
      "id": "576b3f7e-e126-4e92-9b95-f72a8d187a18",
      "parentId": "576b3f7e-e126-4e92-9b95-f72a8d187a18"
    }
  ]
}