Get contract clauses
Contracts actions
Get contract clauses
Returns all clauses attached to a specific contract.
GET
Get contract clauses
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
Example:
"550e8400-e29b-41d4-a716-446655440000"
Response
List of clauses attached to the contract
Unique identifier for the contract-clause association.
Example:
"550e8400-e29b-41d4-a716-446655440000"
The contract this clause is attached to.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Whether this clause was customized for this specific contract.
Example:
false
The clause details.
Example:
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Confidentiality"
}