Show Scheduler
Show Scheduler By Scheduler UUID
Path Parameters
id uuid required
Scheduler UUID
Responses
- 200
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
data object
id string
name string
next_run string
recurrence string
recurrence_translate string
status object
background_color string
color string
name string
templates object[]
id string
is_error boolean
name string
type string
errors
errors object
property name* string[]
string
{
"data": {
"id": "string",
"name": "string",
"next_run": "string",
"recurrence": "string",
"recurrence_translate": "string",
"status": {
"background_color": "string",
"color": "string",
"name": "string"
},
"templates": [
{
"id": "string",
"is_error": true,
"name": "string",
"type": "string"
}
]
},
"errors": {},
" errors": {}
}
Unauthorized
Not Found
Loading...