Schedule
Entity fields:
Example:
{
"data": {
"type": "schedule",
"attributes": {
"cron": "0 0/1 * * * ?",
"tcl": "{{templateSample}}"
}
}
}Supported Operations
Returns the relationship schedule
workspace Identifier
Filters the collection of schedule using a 'disjoint' RSQL expression
Number of pages to return. Can be used with page[size]
Number of elements per page. Can be used with page[number]
Offset from 0 to start paginating. Can be used with page[limit]
Maximum number of items to return. Can be used with page[offset]
For requesting total pages/records be included in the response page meta data
Successful response
Successful response
Creates an item of type schedule and adds it to schedule
workspace Identifier
Successful response
Successful response
Deletes an instance of type schedule
workspace Identifier
schedule Identifier
Successful response
No content
Successful response
No content
Modifies an instance of type schedule
workspace Identifier
schedule Identifier
Successful response
No content
Successful response
No content
Returns an instance of type schedule
workspace Identifier
schedule Identifier
Successful response
Successful response
Last updated
Was this helpful?