Field | Type | Required | Description | Example |
---|---|---|---|---|
name |
Nullable[str] | ✔️ | The name of the folder | school |
size |
Nullable[str] | ✔️ | The size of the folder | 2048 |
folder_url |
Nullable[str] | ✔️ | The url of the folder | https://example.com/school |
description |
str | ✔️ | The description of the folder | All things school related |
drive_id |
Nullable[str] | ✔️ | The UUID of the drive tied to the folder | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
parent_folder_id |
Nullable[str] | ✔️ | The UUID of the parent folder | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
shared_link |
Nullable[str] | ✔️ | The UUID of the shared link tied to the folder | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
permission |
Nullable[str] | ✔️ | The UUID of the permission tied to the folder | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
field_mappings |
Dict[str, Any] | ➖ | The custom field mappings of the object between the remote 3rd party & Panora | { "fav_dish": "broccoli", "fav_color": "red" } |
id |
OptionalNullable[str] | ➖ | The UUID of the folder | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
remote_id |
OptionalNullable[str] | ➖ | The remote ID of the folder in the context of the 3rd Party | id_1 |
remote_data |
Dict[str, Any] | ➖ | The remote data of the folder in the context of the 3rd Party | { "fav_dish": "broccoli", "fav_color": "red" } |
created_at |
date | ➖ | The created date of the folder | 2024-10-01T12:00:00Z |
modified_at |
date | ➖ | The modified date of the folder | 2024-10-01T12:00:00Z |