v1
latestOpenAPI 3.0.12026-07-135210550.0 KBFinalize Templates
Get Template
get/finalize/v2/templates/{template_id}
Path parameters
template_idstring uuid required
The UUID of the template.
Query parameters
includestring
When given the value 'embedded', the response will include subresource content.
Response
success
Example response
{
"data": {
"id": "99fd96ed-2c61-4066-b800-c34850146ea9",
"name": "Security Addendum",
"description": "Security terms for vendors",
"kind": "draft",
"instructions": "Some instructions with link"
},
"_embedded": {
"tokens": [
{
"kind": "single_selection",
"question": "What is the single selection token?",
"clause_category_name": "Governing Law",
"options": [
{
"value": "Option 1"
}
]
}
],
"questions": [
{
"description": "What is question one?",
"answer_type": "text"
}
]
}
}