Returns a paginated list of contract types in your organization with their type-level smart-fields. Supports filtering by published status.
API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key
Number of items per page (1-50)
1 <= x <= 5020
Cursor for forward pagination. Use the next_cursor value from a previous response.
"eyJpZCI6IjEyMyJ9"
Cursor for backward pagination. Use the prev_cursor value from a previous response.
"eyJpZCI6IjEwMCJ9"
Filter by published status. true returns only published types, false returns only drafts.
"true"
List of contract types
An array of Contract Type objects.
[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Service Agreement",
"templates": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"language": "FR",
"smartFields": []
}
]
}
]
Whether there are more results available after this page. If true, you can use the after cursor to fetch the next page.
true
Whether there are results available before this page. If true, you can use the before cursor to fetch the previous page.
false