GET api/Data/Artikel/{id}/Image

Retrieves the image associated with a specific article identified by its ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the article 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 containing the article image if found, a if no image is found, or a if an error occurs during the operation.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.