Folders
List
Get a list of all Folders
.
Definition
GET
/api/folders
Example Request
Example Response
List by type
Get a list of all Folders
by type
.
Definition
GET
/api/folders/{type}
Example Request
Example Response
Create
Create a new Folder
.
Definition
POST
/api/folders
Request Keys
Key
Type
Default
Description
parent_folder_id
integer
null
Related parent Folder
type
*
string
-
Relation type of the Folder
(e.g. form
)
name
*
string
-
Name of the Folder
Keys with *
are required.
Example Request
Example Response
Update
Update an existing Folder
by id
.
Definition
PUT
/api/folders/{id}
Request Keys
Key
Type
Description
parent_folder_id
integer
Related parent Folder
name
string
Name of the Folder
Example Request
Example Response
Delete
Delete an existing Folder
by id
.
Definition
GET
/api/folders/{id}
Example Request
Example Response
Last updated