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