Call us toll free @ 888-497-7898

email - getimages

Gets a list of images from imagehosting inside the account.


API Call Information
area: email
action: getimages

API Arguments
Argument Data Type Required Description
start integer No Starting position
limit integer No Number of records to return
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getimages&start=0&limit=10

API Result:
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"
    }
}