Agreement Document Content Dependents

View as Markdown
### List the content records belonging to one agreement document. **Available to:** All authenticated users **Environments:** Demo, Live **[Rate Limit](/overview/core-concepts/rate-limits):** No endpoint-specific limit Returns the `AgreementDocumentContent` entities attached to a single agreement document. Identify the document with the `masterid` query parameter (the AgreementDocument entity ID). Each record is a lightweight reference: it carries only its own `id` and the `agreementDocumentId` 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`](/api/rest-api-endpoints/users/get-agreement-document) with the same `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 a customer application with [`agreementDocumentDependents`](/api/rest-api-endpoints/users/agreement-document-dependents). To fetch a single record by its entity ID, use [`agreementDocumentContentItem`](/api/rest-api-endpoints/users/agreement-document-content-item). To list the content records for several agreement documents in one call, use [`agreementDocumentContentLDependents`](/api/rest-api-endpoints/users/agreement-document-content-l-dependents). **Common Failure Scenarios** - The `masterid` agreement document doesn't exist or isn't accessible to the calling user (returns `HTTP 404`). - The access token is missing or invalid (returns `HTTP 401`).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

masteridlongRequired
AgreementDocument entity ID

Response

AgreementDocumentContent
agreementDocumentIdlong
idlong