Agreement Document Content L Dependents
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Available to: All authenticated users
Environments: Demo, Live
Rate Limit: No endpoint-specific limit
Returns the AgreementDocumentContent entities attached to several agreement documents in one call. Identify the documents with the masterids query parameter — a comma-separated list of AgreementDocument entity IDs. Each record is a lightweight reference: it carries only its own id and the agreementDocumentId it belongs to, so you can group the results by parent document.
The document bytes themselves are stored securely outside the record and aren’t returned by this endpoint. To download a generated PDF, call getAgreementDocument with the parent document’s agreementDocumentId.
Content records are created by the platform as part of the customer application agreement workflow; you can’t create or modify them directly through the API. You can find agreement document IDs for your customer applications with agreementDocumentLDependents.
To list the content records for a single agreement document, use agreementDocumentContentDependents. To fetch specific records by their entity IDs, use agreementDocumentContentItems.
Common Failure Scenarios
masterids agreement document doesn’t exist or isn’t accessible to the calling user (returns HTTP 404).HTTP 401).