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
| Field | Type | Description | Required |
|---|---|---|---|
| id | string | id field | ❌ |
| cronId | string | cronId field | ❌ |
| application_id | string | application_id field | ❌ |
| cronName | string | cronName field | ❌ |
| timeExpression | string | timeExpression field | ❌ |
| expressionName | string | expressionName field | ❌ |
| taskFunctionData | object | taskFunctionData field | ❌ |
| taskFunction | string | taskFunction field | ❌ |
| type | string | type field | ❌ |
| status | string | status field | ❌ |
| timeZone | string | timeZone field | ❌ |
| objectName | string | objectName field | ❌ |
| objectId | string | objectId field | ❌ |
| userId | string | userId field | ❌ |
| jobs | any | jobs field | ❌ |
| created_at | date | created_at field | ❌ |
| modified_at | date | modified_at field | ❌ |
| dotNetServerEndpointUrl | string | dotNetServerEndpointUrl field | ❌ |
| statusURL | string | statusURL field | ❌ |
| cronType | string | cronType field | ❌ |
| options | object | options field | ❌ |
| dataPackId | string | dataPackId field | ❌ |
| integration_type | string | integration_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"
}