GET api/Objekt/{id}/Bild
Retrieves the image associated with a specific object identified by its ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the object for which the image is to be retrieved. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An that represents the result of the operation. Returns an with the image data if found, a if no image is associated with the specified ID, or a if an error occurs during the operation.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.