Parameters
1 query
Query parameters
· 1idstringRequiredTemplate external ID.
Example
tpl_xyz789Returns full template detail including the Markdown content. Use this content as the initial body when creating a new contract from a template.
1 query
idstringRequiredTemplate external ID.
tpl_xyz7891 status code documented
idstringRequiredTemplate external ID.
internalIdnumberRequiredTemplate internal ID.
titlestringRequiredTemplate title.
descriptionstring | nullRequiredTemplate description.
contentstringRequiredTemplate body in Markdown format — use as initial contract content.
categoryIdnumber | nullRequiredAssigned category ID.
categoryNamestring | nullRequiredAssigned category name.
localestringRequiredLocale code.
csenactivebooleanRequiredWhether the template is active.
insertedDateDate | string | string | numberRequiredCreation date.
Creation date.
updatedDateDate | string | string | numberRequiredLast modification date.
Last modification date.
{
"id": "example_id",
"internalId": 0,
"title": "example_title",
"content": "example_content",
"locale": "cs",
"active": false
}GET /bff/contract/template/detail
curl -X GET "https://api.bizkithub.com/bff/contract/template/detail?id=tpl_xyz789" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.