+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 Contactfilters

Sie sind hier:
 Returns a page of contactfilters in the accounts.

GET https://api.maileon.com/1.0/contactfilters

Attributes

Parameter Default Description
page_index The index of the result page. The index must be greater or equal to 1.
page_size 100 The maximum count of items in the result page. If provided, the value of page_size must be in the range 1 to 200 as 200 is the maximum number of allowed contact filters in an account.

Example

GET https://api.maileon.com/1.0/contactfilters
Content-type: application/vnd.maileon.api+xml
Accept: application/vnd.maileon.api+xml
Authorization: [XXX]

Status: 200 OK
Content-Type: application/vnd.maileon.api+xml
Link: ...
X-Pages: ...
X-Items: ...

<?xml version="1.0" encoding="UTF-8"?>
<contactfilters>
    <contactfilter>
       <id>1</id>
       <name>MySampleFilter</name>
       <author>xq-freiburg@xqueue.com</author>
       <state>uptodate</state>
       <created>2013-09-25 10:48:38</created>
       <count_contacts>12</count_contacts>
       <count_rules>1</count_rules>
    </contactfilter>
    <contactfilter>
       <id>2</id>
       <name>MySecondSampleFilter</name>
       <author>xq-freiburg@xqueue.com</author>
       <state>uptodate</state>
       <created>2013-09-25 10:49:23</created>
       <count_contacts>4</count_contacts>
       <count_rules>3</count_rules>
    </contactfilter>   
</contactfilter>
Inhaltsverzeichnis