Returns the templates of a specific contract type with their full smart-fields (type, document and condition attributes).
API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key
The unique identifier (UUID) of the contract type
"550e8400-e29b-41d4-a716-446655440000"
List of templates with smart-fields
Unique identifier of the template.
"550e8400-e29b-41d4-a716-446655440000"
Language of the template.
"FR"
Smart-fields associated with this template (includes type, document and condition attributes).
[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Contract Start Date",
"defaultValue": "2024-01-01",
"isMandatory": true
}
]