+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 Contactfilter Lock State

Sie sind hier:
This method returns the lock state of a contact filter. A locked (result: true) filter cannot be refreshed, no new contacts will be added. Unsubscribed contacts will not be removed. They will be anonymized and of course no mail will be deliveded to them. Unlocked (result: false) filters can be changed and updated.

GET https://api.maileon.com/1.0/contactfilters/contactfilter/:contactFilterId/lock

Attributes

Parameter Description
contactFilterId The ID of the contactfilter to check the state for.

Example

GET https://api.maileon.com/1.0/contactfilters/contactfilter/2765/lock
Content-Type: application/vnd.maileon.api+xml
...
<span class="punctuation">&lt;</span><span class="tagname">locked</span><span class="punctuation">&gt;</span><span class="value boolean">false</span><span class="punctuation end">&lt;/</span><span class="tagname end">locked</span><span class="punctuation">&gt;</span>
Status: 200 Ok
Inhaltsverzeichnis