Get Contract
Retrieves a single contract by its ID.
Authorizations
Path Parameters
Contract ID
Response
OK
ClientID is the ID of the client the contract is assigned to.
"b1c2d3e4-f5a6-4b7c-8d9e-0f1a2b3c4d5e"
CompanyID is the ID of the company the contract is associated with.
"c2d3e4f5-a6b7-4c8d-9e0f-1a2b3c4d5e6f"
ContractTemplateID is the ID of the template the contract was created from, when applicable.
"d8e8fca2-dc0f-4f4a-8e3c-3f1f4c6a1b2c"
CreationMode indicates whether the contract was created from a template or as a one-off document.
oneOff, template "template"
ContractFields Represent all the inputs which are dropped on the contract to be filled by admin, client or autofilled
FileKey is a presigned URL to the original (unsigned) contract document.
"https://files.assembly.com/protected/contract.pdf"
Name is the human-readable name of the contract.
"Master Services Agreement"
Deprecated: use ClientID and CompanyID instead
"b1c2d3e4-f5a6-4b7c-8d9e-0f1a2b3c4d5e"
SignatureEvents holds the audit information about the user who performed any action on the contract document
SignedFileKey is a presigned URL to the signed contract document, populated once the contract is signed.
"https://files.assembly.com/protected/contract-signed.pdf"
Status is the current status of the contract.
pending, signed "pending"