ReferenceDocumentsDocumentidAttachments
List attachments for a document
List attachments for a document - GET /documents/{documentId}/attachments. DocDealer REST API reference.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
documentId*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/documents/string/attachments"[ null]Update attachment analysis for document PATCH
Update attachment analysis for document - PATCH /documents/{documentId}/attachment-analyses/{analysisId}. DocDealer REST API reference.
Upload attachment to a document POST
Upload attachment to a document - POST /documents/{documentId}/attachments. DocDealer REST API reference.