Retrieves a stored picture, returned as a base64-encoded image.
GET/api/v1/pictures/:pictureId
SOAP Equivalent: ACP_GetPicture
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| pictureId | ID_Picture | Route parameter (DataType_Image.ID_DataType) |
| picture | pictureBytes | Base64-encoded image, null when empty / not found |
Scoped by the x-tenant header. Only the stored blob path is ported: the legacy
objectType dispatch (VENUE3D venue-model resolution and the rendered-map fallback) is a
rendering concern reserved for the future Infrastructure.ImageHandling brick.
Request
Responses
- 200
- 401
- 422
- 500
OK
Unauthorized
Unprocessable Content
Internal Server Error