Download image

Pictures linked to the selections must be stored by Beas in the "SAP Directory for images" and they can be downloaded using the alias /BitmapPath/to access to the images folder.

 

URL

/BitmapPath/pictureName

Method

GET

Success_Response_01

Return the requested file

Request:

 

              GET /BitmapPath/Sofa.jpg
 

Response:

    The file as Content-type: image/jpeg

Error_Response

Return 404 Not Found

 

Request:

 

              GET /BitmapPath/non-existing-file.jpg

 

Response:

404

Sample_Call

Request:

 

              GET /BitmapPath/Sofa.png

 

Response:

sofa