ADAS Test

Get a link to download a specific document from ADAS.

Version 2.0.0
download iconDownload spec

Endpoint

GET
undefined/archive/document-url/{id}

based on a document ID (_id), returns a download link containing a SAS (Shared Access Signature) to download the actual requested document. The SAS, hence the link, is available for 24 hours in which you can download the file requested.

arrowRequest

Path Parameters

    Query Parameters

        Body Parameters

        Responses

        successful operation.

        arrowBody

        application/json

        REQUEST

        1
        2
        3
        curl --request GET \
             --url 'https://example.com/archive/document-url/NHXjNiwI10XS4JENSGNJ1jLP7VnGIxoj2bYMbzE?fullDocument=true&cmodDocId=boolean' \
             --header 'accept: application/json'

        RESPONSE

        1
        2
        3
        4
        {
          "downloadUrl": "https://prod02adasblobdpcust.blob.core.windows.net/archive/NEXTGEN_AG_S%2F2023%2F09%2F09%2F726185bb-12af-42a1-81fd-9029ce7fe1dc?sv=2023-08-03&se=2023-12-13T12%3A32%3A21Z&sr=b&sp=r&sig=SwFMySLm0RrzckE3uE6P3KoYFOZY15epVXsv13StQrU%3D",
          "filename": "my-upload-file-1973.pdf"
        }