Get root folder for a plan

GET /api/v1/plans/{plan_uuid}/documents

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • uuid string

      The UUID of the resource.

    • The timestamp of when the resource was created.

    • The timestamp of when the resource was updated.

    • name string

      Folder name

    • slug string

      Slug of the folder name

    • path string

      Folder path

    • Denotes whether clients can access this folder and files

    • Denotes whether clients can upload files to this folder

    • Denotes whether the option to change client permissions is enabled which depends on the firm show pseudo folders in client portal setting

    • Denotes if this folder is a system folder

    • Denotes if this folder is a pseudo folder

    • Denotes if this folder is a root folder of a documentable item

    • Number of accounts this folder has been directly shared with

    • participants array[object]

      Participants whom this folder has been directly shared with.

      Additional properties are allowed.

    • Number of subfolders within the folder

    • folders array[object]

      Subfolders within the folder.

      Additional properties are allowed.

    • Number of files stored in the folder

    • files array[object]

      Files stored in the folder.

      Additional properties are allowed.

    • parent object

      Parent folder

      Additional properties are allowed.

    • parents array[object]

      All parents folders up the folder heirarchy structure.

      Additional properties are allowed.

    • children array[object]

      Subfolders within the folder.

      Additional properties are allowed.

    • depth integer

      How many levels deep there are to this folder heirarchy structure

    • owned boolean

      Is true if the authenticated account in the request has created this folder

GET /api/v1/plans/{plan_uuid}/documents
curl \
 -X GET https://api.plannrcrm.com/api/v1/plans/plan_uuid/documents \
 -H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 -H "Content-Type: application/json" \
 -H "Accept: application/json" \
 -H "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
  "name": "Important Documents",
  "path": "Codepotato/Important Documents",
  "slug": "important-documents",
  "uuid": "77081830-f98c-4642-9b0a-05cc6b4b90aa",
  "depth": 5,
  "files": [
    {
      "firm": "App\\Http\\Resources\\FirmResource",
      "name": "Welcome to Plannr",
      "size": "21691783",
      "tags": "App\\Http\\Resources\\TagResource",
      "type": "type",
      "uuid": "f2336a31-2584-4629-85a2-8e241b8064b1",
      "parent": "Object",
      "status": "uploaded",
      "account": "App\\Http\\Resources\\AccountResource",
      "filename": "Welcome to Plannr.pdf",
      "progress": "100",
      "extension": "pdf",
      "created_at": "2024-11-20T13:24:03+00:00",
      "updated_at": "2024-11-20T13:24:03+00:00",
      "folder_name": "folder 2",
      "uploaded_at": "2024-11-20T13:24:03+00:00",
      "download_url": "https://plannr.valet/file/f4112fc7-2063-44b1-883d-b89c3beaf3de/download",
      "last_modified": "2024-11-20T13:24:03+00:00",
      "original_created_at": "2024-11-20T13:24:03+00:00"
    }
  ],
  "owned": false,
  "parent": {
    "name": "Important Documents",
    "path": "Codepotato/Important Documents",
    "slug": "important-documents",
    "uuid": "aeba8515-a73b-4062-bca5-e1fe234222d6",
    "depth": 5,
    "files": "App\\Http\\Resources\\FileResource",
    "owned": false,
    "parent": "App\\Http\\Resources\\FolderResource",
    "folders": "App\\Http\\Resources\\FolderResource",
    "parents": "App\\Http\\Resources\\FolderResource",
    "children": "App\\Http\\Resources\\FolderResource",
    "created_at": "2024-11-20T13:24:03+00:00",
    "updated_at": "2024-11-20T13:24:03+00:00",
    "files_count": 8,
    "clients_read": true,
    "participants": "App\\Http\\Resources\\FolderParticipantResource",
    "clients_write": true,
    "folders_count": 5,
    "is_root_folder": true,
    "is_pseudo_folder": true,
    "is_system_folder": true,
    "participants_count": 3,
    "show_client_permissions": true
  },
  "folders": [
    {
      "name": "Important Documents",
      "path": "Codepotato/Important Documents",
      "slug": "important-documents",
      "uuid": "5db5f60f-eb2f-45fe-b2e0-6252ac6cafdb",
      "depth": 5,
      "files": "App\\Http\\Resources\\FileResource",
      "owned": false,
      "parent": "App\\Http\\Resources\\FolderResource",
      "folders": "App\\Http\\Resources\\FolderResource",
      "parents": "App\\Http\\Resources\\FolderResource",
      "children": "App\\Http\\Resources\\FolderResource",
      "created_at": "2024-11-20T13:24:03+00:00",
      "updated_at": "2024-11-20T13:24:03+00:00",
      "files_count": 8,
      "clients_read": true,
      "participants": "App\\Http\\Resources\\FolderParticipantResource",
      "clients_write": true,
      "folders_count": 5,
      "is_root_folder": true,
      "is_pseudo_folder": true,
      "is_system_folder": true,
      "participants_count": 3,
      "show_client_permissions": true
    }
  ],
  "parents": [
    {
      "name": "Important Documents",
      "path": "Codepotato/Important Documents",
      "slug": "important-documents",
      "uuid": "a8ccb1b5-180d-44c4-a851-cf965b7b0650",
      "depth": 5,
      "files": "App\\Http\\Resources\\FileResource",
      "owned": false,
      "parent": "App\\Http\\Resources\\FolderResource",
      "folders": "App\\Http\\Resources\\FolderResource",
      "parents": "App\\Http\\Resources\\FolderResource",
      "children": "App\\Http\\Resources\\FolderResource",
      "created_at": "2024-11-20T13:24:03+00:00",
      "updated_at": "2024-11-20T13:24:03+00:00",
      "files_count": 8,
      "clients_read": true,
      "participants": "App\\Http\\Resources\\FolderParticipantResource",
      "clients_write": true,
      "folders_count": 5,
      "is_root_folder": true,
      "is_pseudo_folder": true,
      "is_system_folder": true,
      "participants_count": 3,
      "show_client_permissions": true
    }
  ],
  "children": [
    {
      "name": "Important Documents",
      "path": "Codepotato/Important Documents",
      "slug": "important-documents",
      "uuid": "a4dfcddc-c2bf-43b5-98a5-4ab7ceabc07c",
      "depth": 5,
      "files": "App\\Http\\Resources\\FileResource",
      "owned": false,
      "parent": "App\\Http\\Resources\\FolderResource",
      "folders": "App\\Http\\Resources\\FolderResource",
      "parents": "App\\Http\\Resources\\FolderResource",
      "children": "App\\Http\\Resources\\FolderResource",
      "created_at": "2024-11-20T13:24:03+00:00",
      "updated_at": "2024-11-20T13:24:03+00:00",
      "files_count": 8,
      "clients_read": true,
      "participants": "App\\Http\\Resources\\FolderParticipantResource",
      "clients_write": true,
      "folders_count": 5,
      "is_root_folder": true,
      "is_pseudo_folder": true,
      "is_system_folder": true,
      "participants_count": 3,
      "show_client_permissions": true
    }
  ],
  "created_at": "2024-11-20T13:24:03+00:00",
  "updated_at": "2024-11-20T13:24:03+00:00",
  "files_count": 8,
  "clients_read": true,
  "participants": [
    {
      "name": "Gareth Thompson",
      "uuid": "97883d8e-ff05-408b-af63-0f5ec2db2509",
      "write": true,
      "created_at": "2024-11-20T13:24:03+00:00",
      "updated_at": "2024-11-20T13:24:03+00:00"
    }
  ],
  "clients_write": true,
  "folders_count": 5,
  "is_root_folder": true,
  "is_pseudo_folder": true,
  "is_system_folder": true,
  "participants_count": 3,
  "show_client_permissions": true
}