Agreement Document Content Item
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 one AgreementDocumentContent entity. Identify it with the id query parameter (the integer entity ID). The record is a lightweight reference: it carries only its own id and the agreementDocumentId of the agreement document it belongs to.
The document bytes themselves are stored securely outside the record and aren’t returned by this endpoint. To download the 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. See agreementDocumentItem for the parent AgreementDocument entity, which links the content back to a customer application.
To fetch several records at once by ID, use agreementDocumentContentItems. To list the content records for an agreement document, use agreementDocumentContentDependents.
Common Failure Scenarios
id doesn’t exist or isn’t accessible to the calling user (returns HTTP 404).HTTP 401).