+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Mailing – Get result for Link Quality Check

Sie sind hier:

Retrieve results of Link quality check for mailing with provided ID.

GET https://api.maileon.com/1.0/mailings/:mailingid/checks/link

Response

HTTP status code Description
200 OK If everything was ok.
404 Not found Mailing ID cannot be found or results are not available
409 Conflict Mailing is sealed

Examples

200 OK

GET https://api.maileon.com/1.0/mailings/1573/checks/link
200
< ?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<imagecheck>
    <mailingid>1573</mailingid>
    <timestamp>2017-07-07T11:55:33.342+02:00</timestamp>
    <state>success</state>
    <images>
        <image>
            <hosted>true</hosted>
            <src>http://test.maileon.com/i/cr/7d8d5a74-fbfa-4320-b85a-2ba994fc0a34</src>
            <alt>Logo</alt>
            <title>Logo</title>
            <width>194</width>
            <height>51</height>
        </image>
        <image>
            <hosted>true</hosted>
            <src>http://test.maileon.com/i/cr/457133f1-de2d-4180-bff0-acd4446b2f423</src>
            <alt>DE</alt>
            <title>DE</title>
            <width>53</width>
            <height>39</height>
        </image>
        <image>
            <hosted>true</hosted>
            <src>http://test.maileon.com/i/cr/e956e127-12c9-482f-ab8b-7d559ae98123</src>
            <alt>Laptop</alt>
            <title>Laptop</title>
            <width>660</width>
            <height>475</height>
        </image>
        <image>
            <hosted>true</hosted>
            <src>http://test.maileon.com/i/cr/1acc43b9-9ecf-4360-bf70-97bf92304a12</src>
            <alt>Speaker</alt>
            <title>Speaker</title>
            <width>296</width>
            <height>221</height>
        </image>
    </images>
</imagecheck>

404 Not Found

GET https://api.maileon.com/1.0/mailings/3108/checks/link
404
<error><message>Mailing with id 3108 not found.</message></error>

409 Conflict

GET https://api.maileon.com/1.0/mailings/3008/checks/link
409
<error><message>Mailing with ID 3008 is sealed.</message></error>
Inhaltsverzeichnis