GET Api/StorageCustomer/ItemById/{imagesize}/{requestedFormat}/{id}?fImageLinks={fImageLinks}&getExtraFields={getExtraFields}

Retreives information about a singular mediaitem.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
imagesize

px50, px66, px75, px100, px150, px200, px250, px300, px400, px500, px750, px1000, px1500, px2000, Original. Imagesize -value is case-sensitive.

string

Required

requestedFormat

Jpg, Png, Tiff, Tga. Requestedformat -value is case-sensitive.

string

Required

id

The id of the item.

integer

Required

fImageLinks

True indicates that the image -link should be "userfriendly"

boolean

Default value is False

getExtraFields

True if you want to get the extra fields associated with this product.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

200 - OK. If the item doesn't exists or if the access was denied, an empty set is returned.
400 - Bad request - some or all of the parameters are bad. 403 - access was denied. Headerparameter auth_token invalid or not present in JSON-header.
500 - Serverside exception.

JsonResultOfListOfItem
NameDescriptionTypeAdditional information
Content

Collection of Item

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.