This returns an array of pictures belonging an item.
| 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. |
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
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. |
| Rel | Description | Condition |
|---|---|---|
| self | The picture url | |
| share | The item details |