Operation is used to create a new template catalog.
Token issued for API consumer.
Template Catalog to be created
Template Catalog
Reference to content type
Whether the template catalog is active
Catalog name
Template data stored as JSON
Template JSON labels
A newly created Template Catalog
{
"contentType": 1,
"createdBy": "test.creator",
"createdTs": "19.03.2025",
"id": 838,
"isActive": true,
"name": "test template catalog name",
"template": [
{
"field1": "value1",
"field2": "value2"
}
],
"templateJsonLabel": [
{
"field1": "value1",
"field2": "value2"
}
],
"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
There was an error in request. Usually field validation failed.
{
"contentType": [
"This field is required."
],
"name": [
"This field is required."
],
"template": [
"This field is required."
],
"templateJsonLabel": [
"This field is required."
]
}Fields which failed validation
List of validation errors for this fieldname
Validation error
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}Detailed description of error