Skip to main content
POST
/
api
/
scheduled-job-schedules
Create ScheduledJobSchedule
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>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Body

application/json

A scheduled job schedule defines when a scheduled job should run (cron expression).

changeSequence
integer<int32>
createdOn
string<date-time>
cronExpression
string
id
string
lastEvent
string<date-time> | null
nextEvent
string<date-time> | null
type
string
updatedOn
string<date-time>
uuid
string

Response

Created ScheduledJobSchedule

A scheduled job schedule defines when a scheduled job should run (cron expression).

changeSequence
integer<int32>
createdOn
string<date-time>
cronExpression
string
id
string
lastEvent
string<date-time> | null
nextEvent
string<date-time> | null
type
string
updatedOn
string<date-time>
uuid
string