CoworkerDataFiles
Get one CoworkerDataFile
Retrieve a single CoworkerDataFile record by its Id.
GET
Get one CoworkerDataFile
A customer file is a document attached to a customer’s record that can remain internal, be shared through the Members Portal, or be sent for digital signature.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerDataFile-Read role.Path Parameters
integer
required
The Id of the CoworkerDataFile record to retrieve.
Code Examples
Response
200
integer
ID of the location this customer file belongs to; it is supplied from the admin context when creating the record..
string
Display value for Business.Name..
integer
ID of the customer this file belongs to..
string
Display value for Coworker.FullName..
string
Display value for Coworker.CoworkerType..
string
Display value for Coworker.CompanyName..
string
Display value for Coworker.BillingName..
string
Required name displayed for the customer file or document..
string
Optional notes for the customer file; included in the notification sent when a new file is shared or sent for signature..
boolean
Whether the customer can view and download the file in the Members Portal; creating a shared file sends the new-file notification..
boolean
Whether to request a digital signature from the customer; requires a portal-enabled customer, enabled Dropbox Sign integration, and valid signatories..
string
Name of the uploaded file.
string
URL of a new file to upload (replaces the existing file).
boolean
Set to true to remove the existing uploaded file.
string
Name of the signed copy of the document, created automatically after the customer signs it.
string
URL of a new signed file to upload (replaces the existing signed copy).
boolean
Set to true to remove the existing signed copy.
string
File extension for the stored document, such as .pdf, .docx, or .jpg..
boolean
Whether the location has billed for this file’s digital signature request..
boolean
Whether the customer has signed the document; this status is updated by the digital signature provider..
string
Opaque identifier assigned by the digital signature provider to track this document; it is managed automatically..
string
Unique ID of the document template used to generate the file; required when CoworkerContractGuid is set..
string
Email address to notify after the customer signs; when omitted for a signature request, it defaults to the creating user’s email when available..
string
Unique ID of the proposal this file supports; proposal workflows use it to locate their generated documents..
string
Unique ID of the customer’s contract used to generate a contract document; requires DocumentTemplateGuid..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response