Skip to main content

CronSchedule Model

Overview

id field cronId field application_id field cronName field timeExpression field expressionName field taskFunctionData field taskFunction field type field status field timeZone field objectName field objectId field userId field jobs field created_at field modified_at field dotNetServerEndpointUrl field statusURL field cronType field options field dataPackId field integration_type field

Fields

FieldTypeDescriptionRequired
idstringid field
cronIdstringcronId field
application_idstringapplication_id field
cronNamestringcronName field
timeExpressionstringtimeExpression field
expressionNamestringexpressionName field
taskFunctionDataobjecttaskFunctionData field
taskFunctionstringtaskFunction field
typestringtype field
statusstringstatus field
timeZonestringtimeZone field
objectNamestringobjectName field
objectIdstringobjectId field
userIdstringuserId field
jobsanyjobs field
created_atdatecreated_at field
modified_atdatemodified_at field
dotNetServerEndpointUrlstringdotNetServerEndpointUrl field
statusURLstringstatusURL field
cronTypestringcronType field
optionsobjectoptions field
dataPackIdstringdataPackId field
integration_typestringintegration_type field

Sample JSON

{
"id": "example_value",
"cronId": "example_value",
"application_id": "example_value",
"cronName": "example_value",
"timeExpression": "example_value",
"expressionName": "example_value",
"taskFunctionData": "example_value",
"taskFunction": "example_value",
"type": "example_value",
"status": "example_value",
"timeZone": "example_value",
"objectName": "example_value",
"objectId": "example_value",
"userId": "example_value",
"jobs": "example_value",
"created_at": "example_value",
"modified_at": "example_value",
"dotNetServerEndpointUrl": "example_value",
"statusURL": "example_value",
"cronType": "example_value",
"options": "example_value",
"dataPackId": "example_value",
"integration_type": "example_value"
}