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

Return a targetgroup using the maileon targetgroup id. See Targetgroup XML structure for a description of available data.

GET / https://api.maileon.com/1.0/targetgroups/targetgroup/{targetgroupId}

Example

GET https://api.maileon.com/1.0/targetgroups/targetgroup/12
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

<?xml version="1.0" encoding="UTF-8"?>
<targetgroup>
   <id>12</id>
   <name>MySampleTargetGroup</name>
   <author>xq-freiburg@xqueue.com</author>
   <state>uptodate</state>
   <type>regular</type>
   <contact_filter_name>MySampleFilter</contact_filter_name>
   <contact_filter_id>1</contact_filter_id>
   <evaluated>2015-03-18 08:26:04</evaluated>
   <created>2014-06-27 09:15:18</created>
   <updated>2014-06-27 09:15:18</updated>
   <count_active_contacts>1</count_active_contacts>
   <count_contacts>12</count_contacts>
</targetgroup>
Inhaltsverzeichnis