Project Folders - Implan-Group/api GitHub Wiki
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.
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.
- Create Folder
- Get Folder
- Get Folders
- Get Nested Folders
- Get Folder Projects
- Update Folder
- Share Folder
- Delete Folder