curl --request GET \
--url https://platform.kodexa.ai/api/extension-packs/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"publicAccess": true,
"slug": "<string>",
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}Retrieves a single ExtensionPackMetadata by its unique identifier. Extension packs bundle reusable processing modules and configurations.
curl --request GET \
--url https://platform.kodexa.ai/api/extension-packs/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"publicAccess": true,
"slug": "<string>",
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The ExtensionPackMetadata
Extension pack metadata describes a bundle of reusable processing modules.
Optimistic locking version number.
Timestamp when the extension pack was created.
Whether this extension pack is deprecated.
Reference to the parent extension pack.
Unique identifier (UUID) for the extension pack.
Display name of the extension pack.
Whether the extension pack is publicly accessible.
URL-friendly identifier for the extension pack.
Whether this extension pack is a template.
Timestamp when the extension pack was last updated.
Secondary UUID identifier.
Semantic version string.