PandaDoc · Schema

DocumentListResponse

Paginated list of document summary records.

Document AutomationE-SignatureDocument ManagementDocument GenerationWebhooks

Properties

Name Type Description
results array Array of document summary records for the current page.
View JSON Schema on GitHub

JSON Schema

pandadoc-documentlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentListResponse",
  "title": "DocumentListResponse",
  "type": "object",
  "description": "Paginated list of document summary records.",
  "properties": {
    "results": {
      "type": "array",
      "description": "Array of document summary records for the current page.",
      "items": {
        "$ref": "#/components/schemas/DocumentListItem"
      }
    }
  }
}