Subscribers


Het format van de response. Dit kan zijn 'xml' of 'json'.
Het ID van de mailinglijst waarop de contactpersoon staat.
Het e-mailadres van de contactpersoon die u probeert te vinden
De status van de contactpersoon; a (active), b (bounced) of u (unsubscribed).
Het ID van een nieuwsbrief die de contactpersoon moet hebben geopend.

XML Request


<xmlrequest>
  <username>beheerder</username>
  <usertoken>2f4cb46109a835e992ec3573deab3a69e2cfe11b</usertoken>
  <requesttype>subscribers</requesttype>
  <requestmethod>GetSubscribers</requestmethod>
  <responsetype>json</responsetype>
  <details>
    <countonly>false</countonly>
    <searchinfo>
      <List>2</List>
      <Email></Email>
      <Confirmed>1</Confirmed>
      <Format>h</Format>
      <Status>a</Status>
      <OpenType>opened</OpenType>
    </searchinfo>
    <start>0</start>
  </details>
</xmlrequest>

JSON Result

Status is: SUCCESS
Array
(
    [status] => SUCCESS
    [data] => Array
        (
            [count] => 8
            [subscriberlist] => Array
                (
                    [0] => Array
                        (
                            [subscriberid] => 501
                            [unique_id] => dave@portalplus.local
                            [emailaddress] => dave@portalplus.local
                            [format] => h
                            [subscribedate] => 1734969184
                            [updated] => 1734969184
                            [confirmed] => 1
                            [unsubscribed] => 0
                            [bounced] => 0
                            [listid] => 2
                            [formid] => 0
                            [lastopen] => 0
                            [listname] => TEST lijst
                        )

                    [1] => Array
                        (
                            [subscriberid] => 494
                            [unique_id] => dave@portalplus.nl
                            [emailaddress] => dave@portalplus.nl
                            [format] => h
                            [subscribedate] => 1734969170
                            [updated] => 1734969170
                            [confirmed] => 1
                            [unsubscribed] => 0
                            [bounced] => 0
                            [listid] => 2
                            [formid] => 0
                            [lastopen] => 0
                            [listname] => TEST lijst
                        )

                    [2] => Array
                        (
                            [subscriberid] => 499
                            [unique_id] => ed@portalplus.nl
                            [emailaddress] => ed@portalplus.nl
                            [format] => h
                            [subscribedate] => 1734969184
                            [updated] => 1734969184
                            [confirmed] => 1
                            [unsubscribed] => 0
                            [bounced] => 0
                            [listid] => 2
                            [formid] => 0
                            [lastopen] => 0
                            [listname] => TEST lijst
                        )

                    [3] => Array
                        (
                            [subscriberid] => 500
                            [unique_id] => eddeheus@gmail.com
                            [emailaddress] => eddeheus@gmail.com
                            [format] => h
                            [subscribedate] => 1734969184
                            [updated] => 1734969184
                            [confirmed] => 1
                            [unsubscribed] => 0
                            [bounced] => 0
                            [listid] => 2
                            [formid] => 0
                            [lastopen] => 0
                            [listname] => TEST lijst
                        )

                    [4] => Array
                        (
                            [subscriberid] => 498
                            [unique_id] => eddeheus@hotmail.com
                            [emailaddress] => eddeheus@hotmail.com
                            [format] => h
                            [subscribedate] => 1734969184
                            [updated] => 1734969184
                            [confirmed] => 1
                            [unsubscribed] => 0
                            [bounced] => 0
                            [listid] => 2
                            [formid] => 0
                            [lastopen] => 0
                            [listname] => TEST lijst
                        )

                    [5] => Array
                        (
                            [subscriberid] => 496
                            [unique_id] => frank@portalplus.nl
                            [emailaddress] => frank@portalplus.nl
                            [format] => h
                            [subscribedate] => 1734969170
                            [updated] => 1734969170
                            [confirmed] => 1
                            [unsubscribed] => 0
                            [bounced] => 0
                            [listid] => 2
                            [formid] => 0
                            [lastopen] => 0
                            [listname] => TEST lijst
                        )

                    [6] => Array
                        (
                            [subscriberid] => 497
                            [unique_id] => piet@jansen.local
                            [emailaddress] => piet@jansen.local
                            [format] => h
                            [subscribedate] => 1734969184
                            [updated] => 1734969184
                            [confirmed] => 1
                            [unsubscribed] => 0
                            [bounced] => 0
                            [listid] => 2
                            [formid] => 0
                            [lastopen] => 0
                            [listname] => TEST lijst
                        )

                    [7] => Array
                        (
                            [subscriberid] => 495
                            [unique_id] => robert@portalplus.nl
                            [emailaddress] => robert@portalplus.nl
                            [format] => h
                            [subscribedate] => 1734969170
                            [updated] => 1734969170
                            [confirmed] => 1
                            [unsubscribed] => 0
                            [bounced] => 0
                            [listid] => 2
                            [formid] => 0
                            [lastopen] => 0
                            [listname] => TEST lijst
                        )

                )

        )

)

Results


subscriberid emailaddress listid
501 dave@portalplus.local 2
494 dave@portalplus.nl 2
499 ed@portalplus.nl 2
500 eddeheus@gmail.com 2
498 eddeheus@hotmail.com 2
496 frank@portalplus.nl 2
497 piet@jansen.local 2
495 robert@portalplus.nl 2