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>"
}Retrieves a single DocumentTransition by its unique identifier. Document transitions record state changes through processing stages.
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>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The DocumentTransition
A document transition records a state change of a document through processing stages.