latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

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

namestring required

Display name.

parentFolderIdstring

Response

Example response

{
  "data": {
    "id": "lTV5fhd2ZtC3RHFFYw9PVQ",
    "createdBy": {
      "id": "naAJxoDIuwdgNsQHGRRGqA",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    },
    "updatedBy": {
      "id": "naAJxoDIuwdgNsQHGRRGqA",
      "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"
    }
  ]
}