| GET | /image | Returns the specified image based on the Id. | |
|---|---|---|---|
| GET | /image/{id} | Returns the specified image based on the Id. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | int | Yes | |
| ImageSize | query | SizeType | No | Manually control the server resizing of the image. |
| Base64 | query | boolean | No | Set to true to return the image in Base64 format. |
| Thumbnail | query | bool | No | Force this file to be returned as a thumbnail (small) |
| Name | Value | |
|---|---|---|
| Unknown | 0 | |
| Full | 1 | |
| Small | 2 | |
| Medium | 3 | |
| Large | 4 | |
| XLarge | 5 |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /image HTTP/1.1 Host: galaxymobile.api.dev.86degrees.com Accept: application/json