GET Api/StorageCustomer/Image/{imagesize}/{requestedFormat}/{route}

Requests an image of a certain size and format. Route must be correct and exists. Route must end with an auth-token.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
imagesize

px50, px66, px75, px100, px150, px200, px250, px300, px400, px500, px750, px1000, px1500, px2000, Original

string

Required

requestedFormat

Jpg, Png, Tiff

string

Required

route

The route to the media including its name.

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns an image of the requested size and type.
200 - OK.
400 - Bad request - some or all of the parameters are bad.
404 - Media has been moved, removed or is no longer valid.
403 - The auth-token is no longer valid.
500 - Serverside exception.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.