Skip to content

Fetches the current parameters available at that schedule operation node.

GET
/api/v1/{tenantId}/schedule/{scheduleId}/operations/{operationId}/parameters

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

scheduleId
required
string
operationId
required
string
tenantId
required
string

OK

object
parameters
Array<object>
nullable
object
name
string
nullable
currentValue
string
nullable
type
integer format: int32
Allowed values: 0 1

Bad Request

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable