PandaDoc · Schema

DocumentDetailsResponse

Complete details of a PandaDoc document.

Document AutomationE-SignatureDocument-ManagementDocument GenerationWebhook

Properties

Name Type Description
id string Unique identifier of the document.
name string Display name of the document.
status object
date_created string Timestamp when the document was created.
date_modified string Timestamp when the document was last modified.
expiration_date string Timestamp after which the document expires and can no longer be signed.
version string Document version string.
tags array List of tags applied to the document.
recipients array List of recipients assigned to the document.
template object Reference to the template this document was created from, if any.
grand_total object Total monetary value from pricing tables in the document.
View JSON Schema on GitHub

JSON Schema

pandadoc-documentdetailsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentDetailsResponse",
  "title": "DocumentDetailsResponse",
  "type": "object",
  "description": "Complete details of a PandaDoc document.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the document."
    },
    "name": {
      "type": "string",
      "description": "Display name of the document."
    },
    "status": {
      "$ref": "#/components/schemas/DocumentStatus"
    },
    "date_created": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the document was created."
    },
    "date_modified": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the document was last modified."
    },
    "expiration_date": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Timestamp after which the document expires and can no longer be signed."
    },
    "version": {
      "type": "string",
      "nullable": true,
      "description": "Document version string."
    },
    "tags": {
      "type": "array",
      "description": "List of tags applied to the document.",
      "items": {
        "type": "string"
      }
    },
    "recipients": {
      "type": "array",
      "description": "List of recipients assigned to the document.",
      "items": {
        "$ref": "#/components/schemas/DocumentRecipient"
      }
    },
    "template": {
      "type": "object",
      "nullable": true,
      "description": "Reference to the template this document was created from, if any.",
      "properties": {
        "id": {
          "type": "string",
          "description": "Template identifier."
        },
        "name": {
          "type": "string",
          "description": "Template display name."
        }
      }
    },
    "grand_total": {
      "type": "object",
      "nullable": true,
      "description": "Total monetary value from pricing tables in the document.",
      "properties": {
        "amount": {
          "type": "string",
          "description": "Numeric string representation of the total amount."
        },
        "currency": {
          "type": "string",
          "description": "Three-letter ISO 4217 currency code."
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/pandadoc-documentdetailsresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.