Skip to content

Creates a schedule file or folder; returns the new id and properties.

POST
/api/v1/{tenantId}/schedule-explorer/create-item

Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.

tenantId
required
string
object
parentFolderId
string
nullable
name
string
nullable
type
integer format: int32
Allowed values: 0 1

OK

object
id
string
nullable
properties
Array<object>
nullable
object
key
string
nullable
value
string
nullable

Bad Request

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable