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 |
---|---|---|---|
| integer |
| Related parent |
| string | - | Relation type of the |
| string | - | Name of the |
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 |
---|---|---|
| integer | Related parent |
| string | Name of the |
Example Request
Example Response
Delete
Delete an existing Folder
by id
.
Definition
GET
/api/folders/{id}
Example Request
Example Response
Last updated