Get assigned device binary data.
GET/api/v1/devices/{deviceId}/data-objects/{dataObjectId}/blobs/{blobKey}
Retrieve blob binary of a specific object key of a data-object for a device.
This API can be used to retrieve images or other file blobs stored in MinIO/S3-compatible storage.
Parameters
deviceId(string, required): Unique ID of the device. Example:74fe488d5d35dataObjectId(Guid, required): Unique ID of the data object. Example:3a217ee3-fb2c-617b-6ff6-7257537afadeblobKey(string, required): Object storage key/path of the blob. Example:74fe488d5d35/cams/01/image.png
Responses
200 OK: Returns the requested blob content, such as an image or file.404 Not Found: No blob was found for the specified device and blob key.
Security
- This API requires authentication.
Request
Responses
- 200
- 204
OK
No Content