curl --request POST \
--url https://platform.kodexa.ai/api/scheduled-job-schedules \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"cronExpression": "<string>",
"id": "<string>",
"lastEvent": "2023-11-07T05:31:56Z",
"nextEvent": "2023-11-07T05:31:56Z",
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"cronExpression": "<string>",
"id": "<string>",
"lastEvent": "2023-11-07T05:31:56Z",
"nextEvent": "2023-11-07T05:31:56Z",
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Creates a new ScheduledJobSchedule. Scheduled job schedules define when scheduled jobs should run using cron expressions.
curl --request POST \
--url https://platform.kodexa.ai/api/scheduled-job-schedules \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"cronExpression": "<string>",
"id": "<string>",
"lastEvent": "2023-11-07T05:31:56Z",
"nextEvent": "2023-11-07T05:31:56Z",
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"cronExpression": "<string>",
"id": "<string>",
"lastEvent": "2023-11-07T05:31:56Z",
"nextEvent": "2023-11-07T05:31:56Z",
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Created ScheduledJobSchedule