Gets a list of images from imagehosting inside the account.
| Argument | Data Type | Required | Description |
| start | integer | No | Starting position |
| limit | integer | No | Number of records to return |
| XML Response | JSON Response |
| <response> <records>1</records> <image> <id>653</id> <title>10565</title> <datecreated>July 05, 2011, 01:55:26 pm</datecreated> <orginalfilename>10565.png</orginalfilename> <filesize>25kB</filesize> <url> http://www.sendingdomain.com/imagehosting/3/4e135e1edc006.png </url> </image> </response> |
{
"records": "1",
"image": {
"id": "653",
"title": "10565",
"datecreated": "July 05, 2011, 01:55:26 pm",
"orginalfilename": "10565.png",
"filesize": "25kB",
"url": "http://www.sendingdomain.com/imagehosting/3/4e135e1edc006.png"
}
} |