Skip to content

Lists the system schedules as a FolderStructureNode[] arranged into the tenant's schedule-folder hierarchy.

GET
/api/v1/{tenantId}/list-schedules

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

tenantId
required
string

OK

object
folders
Array<object>
nullable
object
id
string
nullable
name
string
nullable
properties
Array<object>
nullable
object
key
string
nullable
value
string
nullable
children
Array<object> recursive

Bad Request

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable