Folders
Create a folder
Creates a folder in your organization. If parentFolderId is omitted, the folder is created directly under the organization's Home folder.
post/folders
Request body
Response
Example response
{
"data": {
"id": "uryVLP4NhGyJNVFFHzNNVg",
"createdBy": {
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}