Parameters
2 query
Query parameters
· 2categoryIdstringOptionalFilter by template category ID.
Example
3localestringOptionalFilter by locale code.
Example
csReturns all active contract templates for the organisation. Templates serve as reusable blueprints for creating new contracts with predefined content.
2 query
categoryIdstringOptionalFilter by template category ID.
3localestringOptionalFilter by locale code.
cs1 status code documented
itemsobject[]RequiredidstringRequiredTemplate external ID.
internalIdnumberRequiredTemplate internal ID.
titlestringRequiredTemplate title.
descriptionstring | nullRequiredShort description of the template purpose.
categoryNamestring | nullRequiredName of the assigned category.
localestringRequiredLocale code of the template.
csenactivebooleanRequiredWhether the template is active and available for use.
insertedDateDate | string | string | numberRequiredCreation date.
Creation date.
itemCountnumberRequiredTotal matching templates.
{
"items": [
{
"id": "example_id",
"internalId": 0,
"title": "example_title",
"locale": "cs",
"active": false
}
],
"itemCount": 0
}GET /bff/contract/template/list
curl -X GET "https://api.bizkithub.com/bff/contract/template/list?categoryId=3&locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.