Get Blob

GET {{baseUrl}}/{{containerName}}/{{blobName}}{{sharedAccessSignature}}

This request uses accountName to put a blob (uploaded in the request body under the binary option) with blobName to the Azure storage container with the given containerName.

Authorization for this request uses the sharedAccessSignature obtained from Azure.

The Shared Access Signature is generated by the user through the Azure Storage Account. You can generate this through the Shared Access Signature tab on the Azure Storage Account you created (learn more about the Shared Access Signature here).

HEADERS

KeyDatatypeRequiredDescription
x-ms-versionstring
x-ms-blob-typestring
x-mock-response-namestring

RESPONSES

status: OK

{"Headers":{"Ocp-Apim-Subscription-Key":"sample_subscription_key","X-Forwarded-For":"50.45.172.252","Cache-Control":"no-cache, no-store","Content-Type":"text/plain;charset=UTF-8","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-us","Host":"someresource.azure-api.net","Referer":"https://apimanagement.hosting.portal.azure.net/"},"Url":"GET https://someresource.azure-api.net/echo/resource?param1=sample /api/resource?param1=sample"}