Project Folders - Implan-Group/api GitHub Wiki

Project Folders

These endpoints allow for the creation and management of Folders for organizing Projects. The Folder Id used here can be used with the Create Project and Update Project endpoints to assign Projects to Folders.

Specification

Property Type Details
id str The FolderId of this folder.
title str The name of the Folder.
created date❔ The timestamp for when this Folder was created.
ownerId int The User Identifier for the person who owns this folder.
parentId int❔ If this Folder is nested, the Identifier of its Parent folder.

Note

When creating a folder, do not specify an id nor an ownerId, these will be automatically generated.


User Created / Owned Folders


Shared Folders

⚠️ **GitHub.com Fallback** ⚠️