v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Attachments

Get File Location

Use this API to obtain the location of an uploaded file. The location can be identified by the downloadUrl parameter included in the response.

get/api/document/v3/attachments/{attachmentId}/content

Path parameters

attachmentIdstring uuid required

The unique identifier of the uploaded file.

Response

OK

requestType'CREATED' | 'RENEWED' | 'OVERRIDE' | 'RETRY' | 'DIRECTORY'

The status of the request.

statusUrlstring

The URL to check the status of the request.

downloadUrlstring

The URL to download the file.

Example response

{
  "requestType": "CREATED",
  "uploadParams": {
    "storageAccountName": "trialapp4533.blob.core.windows.net",
    "containerName": "stage",
    "fileName": "d7facfb2-7906-435a-8e94-95a39232632b",
    "signature": "sv=2024-08-04&se=2025-06-06T17%3A05%3A07Z&sr=b&sp=r&sig=WRS6X5eKVLHjDqJvpFQuw6BA23hDB0NQviyfmAau%2FEc%3D"
  },
  "statusUrl": "/document/v3/attachments/status/d7facfb2-7906-435a-8e94-95a39232632b",
  "downloadUrl": "https://trialapp4533.blob.core.windows.net/stage/d7facfb2-7906-435a-8e94-95a39232632b?sv=2024-08-04&se=2025-06-06T17%3A05%3A07Z&sr=b&sp=r&sig=WRS6X5eKVLHjDqJvpFQuw6BA23hDB0NQviyfmAau%2FEc%3D"
}