ReferenceAttachmentsAttachmentidDownload

    Get presigned download URL

    Get presigned download URL - GET /attachments/{attachmentId}/download. DocDealer REST API reference.

    GET
    /attachments/{attachmentId}/download

    Authorization

    bearerAuth
    AuthorizationBearer <token>

    In: header

    Path Parameters

    attachmentId*string

    Response Body

    application/json

    application/json

    application/json

    application/json

    curl -X GET "https://example.com/attachments/string/download"
    {  "downloadUrl": "string",  "fileName": "string",  "fileSize": 0,  "fileType": "string"}