Skip to main content
GET
/
api
/
scheduled-job-schedules
/
{id}
/
sequence
Get ScheduledJobSchedule change sequence
curl --request GET \
  --url https://platform.kodexa.ai/api/scheduled-job-schedules/{id}/sequence \
  --header 'x-api-key: <api-key>'
123

Authorizations

x-api-key
string
header
required

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

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

The change sequence number

The response is of type integer<int32>.