PandaDoc · Schema

DocumentAttachmentsResponse

Attachments associated with a document.

Document AutomationE-SignatureDocument ManagementDocument GenerationWebhooks

Properties

Name Type Description
attachments array List of attachment records.
View JSON Schema on GitHub

JSON Schema

pandadoc-documentattachmentsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentAttachmentsResponse",
  "title": "DocumentAttachmentsResponse",
  "type": "object",
  "description": "Attachments associated with a document.",
  "properties": {
    "attachments": {
      "type": "array",
      "description": "List of attachment records.",
      "items": {
        "$ref": "#/components/schemas/DocumentAttachment"
      }
    }
  }
}