Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
api-mailinglists [2017/05/04 09:03]
ben [Get All Mailing Subscribers]
api-mailinglists [2017/05/04 09:09]
ben [Response]
Line 57: Line 57:
  
  
-===== Get All Mailing List Subscribers =====+===== Get Mailing List Subscribers =====
  
-This Endpoint is used to get all the Contacts that are currently Subscribed to a particular Mailing List and are Emailable (so those that are Unsubscribed or marked as having a Bad Email Address are excluded).+This Endpoint is used to get all the Contacts that are currently Subscribed to a particular Mailing List and are Emailable (those that are Unsubscribed or marked as having a Bad Email Address are excluded).
  
 You can find the [[/​mailing-lists|Mailing List]] External IDs on the [[/​mailing-lists|Mailing List]] page in Sentori or by calling the Get All Mailing Lists API Endpoint. You can find the [[/​mailing-lists|Mailing List]] External IDs on the [[/​mailing-lists|Mailing List]] page in Sentori or by calling the Get All Mailing Lists API Endpoint.
Line 76: Line 76:
 [ [
  {  {
- "​SystemID":​ "100", + "​SystemID":​ "1", 
- "​EmailAddress":​ "​contact1@example.com"+ "​EmailAddress":​ "​contact1@sentori.co.uk"
  },  },
  {  {
- "​SystemID":​ "104", + "​SystemID":​ "2", 
- "​EmailAddress":​ "contact4@example.com"+ "​EmailAddress":​ "contact2@sentori.co.uk"
  },  },
 ] ]
 </​code>​| </​code>​|