Skip to main content
GET
/
api
/
document-transitions
/
{id}
Get DocumentTransition by ID
curl --request GET \
  --url https://platform.kodexa.ai/api/document-transitions/{id} \
  --header 'x-api-key: <api-key>'
{
  "actor": {},
  "changeSequence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "dateTime": "2023-11-07T05:31:56Z",
  "destinationContentObjectId": "<string>",
  "id": "<string>",
  "index": 123,
  "label": "<string>",
  "sourceContentObjectId": "<string>",
  "transitionType": "<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.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

The DocumentTransition

A document transition records a state change of a document through processing stages.

actor
object
changeSequence
integer<int32>
createdOn
string<date-time>
dateTime
string<date-time> | null
destinationContentObjectId
string | null
id
string
index
integer<int32>
label
string
sourceContentObjectId
string | null
transitionType
string
updatedOn
string<date-time>
uuid
string