Operation is used to retrieve full details of given Template Catalog by id.
Token issued for API consumer.
Id of Template Catalog
Template Catalog
{
"contentType": {
"id": 161,
"identifier": "addressdefaults",
"instanceAPIUrl": null,
"name": "Address defaults",
"objectTypesUrl": "https://example.keypro.fi/api/v2/object-types/"
},
"createdBy": "test.creator",
"createdTs": "19.03.2025",
"id": 836,
"isActive": true,
"name": "My Test Template",
"template": [
{
"diameter": "200 mm",
"material": "plastic"
}
],
"templateJsonLabel": [
{
"diameter": "200 mm",
"material": "plastic"
}
],
"updatedBy": "test.updater",
"updatedTs": "19.03.2025"
}Template Catalog
Reference to content type
User who created the template catalog
Created date and time
Unique id of template catalog
Whether the template catalog is active
URL to the template catalog list
Catalog name
Template data stored as JSON
Template JSON labels
User who updated the template catalog
Last updated date and time
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}Detailed description of error
Object was not found
{
"details": "Not found."
}Detailed description of error