curl --request GET \
--url https://platform.kodexa.ai/api/activity-plans/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"defaultDescriptionTemplate": "<string>",
"defaultTitleTemplate": "<string>",
"deprecated": true,
"extensionPackRef": "<string>",
"id": "<string>",
"inputsSchema": {},
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"publicAccess": true,
"slug": "<string>",
"steps": {},
"template": true,
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"yamlSource": "<string>"
}Retrieves a single ActivityPlan by its unique identifier. ActivityPlans are reusable graph-of-steps blueprints that runtime Activities are instantiated from.
curl --request GET \
--url https://platform.kodexa.ai/api/activity-plans/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"defaultDescriptionTemplate": "<string>",
"defaultTitleTemplate": "<string>",
"deprecated": true,
"extensionPackRef": "<string>",
"id": "<string>",
"inputsSchema": {},
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"publicAccess": true,
"slug": "<string>",
"steps": {},
"template": true,
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"yamlSource": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The ActivityPlan