pub struct DocumentSchema {Show 16 fields
pub id: Option<String>,
pub name: Option<String>,
pub type_: Option<String>,
pub application_id: Option<String>,
pub los_type: Option<String>,
pub los_type_id: Option<String>,
pub created: Option<String>,
pub party_ids: Option<Vec<String>>,
pub download_url: Option<String>,
pub last_exported_at: Option<String>,
pub text: Option<String>,
pub category: Option<String>,
pub signer_info: Option<SignerInfoSchema>,
pub custom_fields: Option<CustomFields>,
pub custom_metadata: Option<CustomMetadata>,
pub additional_entities: Option<DocumentAdditionalEntities>,
}Fields§
§id: Option<String>The UUID of the Document in Blend’s system. The static identifier that should be used to connect the document’s identity across Blend and external integrations.
name: Option<String>Document Filename
type_: Option<String>Blend document type
application_id: Option<String>The UUID of the application in Blend’s system. The static identifier that should be used to connect the application’s identity across Blend and external integrations.
los_type: Option<String>LOS document type (used with Blend document templating)
los_type_id: Option<String>LOS document id (used for external tracking)
created: Option<String>UTC Timestamp of document creation
party_ids: Option<Vec<String>>UUIDs of the Parties associated with this document
download_url: Option<String>URL where the Document can be Downloaded from
last_exported_at: Option<String>UTC Timestamp of last export for document
text: Option<String>Description used in UI
category: Option<String>Document’s hierarchical category
signer_info: Option<SignerInfoSchema>§custom_fields: Option<CustomFields>Custom fields on GET responses for supported resources
custom_metadata: Option<CustomMetadata>Custom metadata on GET responses for supported resources
additional_entities: Option<DocumentAdditionalEntities>Additional entities ids associated with the document