v1
latestOpenAPI 3.0.12026-07-135210550.0 KBFinalize Agreements
Get Agreement
get/finalize/v2/agreements/{agreement_id}
Path parameters
agreement_idstring required
The agreement id
Query parameters
includestring
When given the value 'embedded', the response will include subresource content
Response
success
Example response
{
"data": {
"name": "LinkSquares Contract",
"analyze_agreement_id": "2bdb40a3-e5d3-47fb-bcb8-b5b1d6ee549d",
"template_id": "a25771d9-f44b-4284-82a7-a9e822ae6c18",
"owner_id": "b25771d9-f44b-4284-82a7-a9e822ae6c18"
},
"_embedded": {
"users": [
{
"first_name": "Steve",
"last_name": "Urkel",
"email": "surkel@linksquares.com"
}
],
"questions": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"answer_type": "text",
"description": "What is the agreement name?",
"required": true,
"answer": {
"id": "4fa85f64-5717-4562-b3fc-2c963f66afa6",
"value": "LinkSquares Non Disclosure Agreement"
}
}
],
"token_values": [
{
"value": "Nevada"
}
],
"statuses": [
{
"id": "77c1e48c-23c2-4958-9dcb-84f23d896512",
"name": "Internal Review",
"description": "This is where an agreement starts when an agreement is directly drafted from a third party paper template, an our-paper template or agreement is sent to Finalize.",
"internal_enum": "internal_review"
}
]
}
}