+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

Get limit on number of contacts

Sie sind hier:
Get limit on number of contacts to which mailing with given ID will be sent. In case if this limit is was never set, this resource sends value 2147483647 (Java MAX_INT) as default. Information is also retrieved for sealed mailings.

GET https://api.maileon.com/1.0/mailings/:mailingid/settings/contacts_limit

Response

HTTP status code Information
200 OK If everything was ok.
404 Not found Mailing ID cannot be found

Example

200 OK
Contacts Limit was set

GET https://api.maileon.com/1.0/mailings/1823/settings/contacts_limit
200
<contacts_limit>2222</contacts_limit>

Contacts Limit was not set

GET https://api.maileon.com/1.0/mailings/2345/settings/contacts_limit
200
<contacts_limit>2147483647</contacts_limit>

404 Not Found

GET https://api.maileon.com/1.0/mailings/1234/settings/contacts_limit
404
<error><message>mailing not found</message></error>
Inhaltsverzeichnis