curl --request GET \
--url https://platform.kodexa.ai/api/product-project-templates/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"displayOrder": 123,
"id": "<string>",
"product": {
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"imageUrl": "<string>",
"name": "<string>",
"overviewMarkdown": "<string>",
"productGroup": {
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"order": 123,
"overviewMarkdown": "<string>",
"products": "<array>",
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"productGroupId": "<string>",
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"productId": "<string>",
"projectTemplateMetadata": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"projectTemplateMetadataId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Retrieves a single ProductProjectTemplate by its unique identifier. Product project templates define default project configurations for products.
curl --request GET \
--url https://platform.kodexa.ai/api/product-project-templates/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"displayOrder": 123,
"id": "<string>",
"product": {
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"imageUrl": "<string>",
"name": "<string>",
"overviewMarkdown": "<string>",
"productGroup": {
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"order": 123,
"overviewMarkdown": "<string>",
"products": "<array>",
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"productGroupId": "<string>",
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"productId": "<string>",
"projectTemplateMetadata": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"projectTemplateMetadataId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<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 ProductProjectTemplate
A product project template defines default project configurations associated with a product.
A product represents a purchasable offering on the Kodexa platform.
Show child attributes
Show child attributes