/Pictures GET

This returns an array of pictures belonging an item.

URL
/Pictures/
Verb
GET

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string Optional The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the query string of the request.

Parameter Data Type Valid Values Description
ItemID integer positive # id belonging to item to look up

Optional PagingParameters

Output

If there are no errors with the input parameters, this call will respond with a 200 OK and the following data as serialized JSON

Parameter Data Type Valid Values Description
PictureID integer positive # id belonging to picture
DisplayOrder integer positive # The order the picture should be displayed with the item.
FileName string The name of the picture.
ItemID integer positive # id belonging to item
PictureURL string The URL to retreive the picture.

Links

Rel Description Condition
self The picture url
share The item details