Returns the smart-fields and json-rules-engine rules used when creating a contract for this type, optionally scoped to a template.
Documentation Index
Fetch the complete documentation index at: https://alpha.developer.tomorro.com/llms.txt
Use this file to discover all available pages before exploring further.
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"
Optional template id to scope conditions (e.g. template-based mandatory fields).
"550e8400-e29b-41d4-a716-446655440000"
Creation form fields and rules
Fields to collect when creating a contract of this type (and optional template).
[
{
"smartFieldId": "550e8400-e29b-41d4-a716-446655440000",
"typeAttributeId": "650e8400-e29b-41d4-a716-446655440001",
"reasons": ["explicitMandatory"],
"required": true
}
]
Number of fields (same as fields.length).
3
Json-rules-engine rule definitions applied to the creation form.
[
{
"conditions": { "all": [] },
"event": { "type": "noop" }
}
]