Skip to main content

Get Blob/File

info

All JSON array responses have been shortened for readability.

GET/<ApplicationID>/store/<BlobID>
Endpoint Requires Authentication


note

Note that, currently, an authorized reseller must initialize a container manually for each Application. If the container has not been created, the response error detail will be Container not found for application..

Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/store/641c1c258fde9d1d8a0e0419
Description

Get the file content from the container, by the given <BlobID>. The response body will only contain the file, and the Content-Type header will match the MIME type of the file (if known).

Returns

GET response using Postman