Retrieve a mailchimp list via GET

Dan

I am trying to retrieve a MailChimp list.

I have an API Key and a List ID, and while I understand that I can use the MailChimp API wrapper to achieve this I prefer to avoid implementing it since I only need to do this one task.

When I enter in my browser:

https://us3.api.mailchimp.com/2.0/lists/members?apikey=*****&id=******

I get a JSON result of my list - but it is limited to the first 25 subscribers. I don't see anything in the MailChimp API documentation about submitting a GET request to retrieve a list. Is it possible to do so? If so, how can I retrieve a full list?

Dan

Looks like the best method is to use the MailChimp list method which "Exports/dumps members of a list and all of their associated details. This is a very similar to exporting via the web interface."

Read more at http://apidocs.mailchimp.com/export/1.0/list.func.php

Another option is to use API v1.3 listMembers function, more info here: http://apidocs.mailchimp.com/api/1.3/listmembers.func.php. v1.3 is deprecated, but it still functions properly.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How to add "Tags" to mailchimp subscriber via the api

分類Dev

Get list of public repositories on GitHub via APIv4

分類Dev

Retrieve multiple filenames via Tkinter

分類Dev

Android FireStore retrieve as list

分類Dev

Custom Audience list or retrieve users

分類Dev

Retrieve the length of variable argument list

分類Dev

Retrieve MongoDB data and store it in a list

分類Dev

Retrieve Google Analytics quotas consumption via API

分類Dev

How to retrieve binary data via HTTP in Angular?

分類Dev

How to retrieve [object Text] via XPath?

分類Dev

Retrieve all instances of recurring event via CSOM

分類Dev

how to retrieve the name and value in object list

分類Dev

Get number via RegularExpression

分類Dev

Get list of list firebase

分類Dev

GETを介してmailchimpリストを取得します

分類Dev

Ionic2 / Angular2 MailChimp API GET レスポンス

分類Dev

How to retrieve current sale price and dates via MWS / Amazon Reports

分類Dev

SQLAlchemy retrieve rows with no corresponding objects via foreign key

分類Dev

cloudwatch API to retrieve TransitGatewayAttachment metrics via python not working

分類Dev

retrieve environment values with get(ls()) in R

分類Dev

Sort python list by order of another list AND retrieve old index

分類Dev

Get ID via class name

分類Dev

Pass URL to PHP via $_GET

分類Dev

Get list from dictionary with list

分類Dev

Android - How to retrieve list of objects in their insertion order from Firebase?

分類Dev

How to retrieve a list of Memory Cache keys in asp.net core?

分類Dev

How to retrieve a list of WooCommerce orders which use a particular coupon?

分類Dev

How to retrieve a list of custom objects from Cloud Firestore in Android

分類Dev

How to retrieve elements that have the same foreign key from a list?

Related 関連記事

  1. 1

    How to add "Tags" to mailchimp subscriber via the api

  2. 2

    Get list of public repositories on GitHub via APIv4

  3. 3

    Retrieve multiple filenames via Tkinter

  4. 4

    Android FireStore retrieve as list

  5. 5

    Custom Audience list or retrieve users

  6. 6

    Retrieve the length of variable argument list

  7. 7

    Retrieve MongoDB data and store it in a list

  8. 8

    Retrieve Google Analytics quotas consumption via API

  9. 9

    How to retrieve binary data via HTTP in Angular?

  10. 10

    How to retrieve [object Text] via XPath?

  11. 11

    Retrieve all instances of recurring event via CSOM

  12. 12

    how to retrieve the name and value in object list

  13. 13

    Get number via RegularExpression

  14. 14

    Get list of list firebase

  15. 15

    GETを介してmailchimpリストを取得します

  16. 16

    Ionic2 / Angular2 MailChimp API GET レスポンス

  17. 17

    How to retrieve current sale price and dates via MWS / Amazon Reports

  18. 18

    SQLAlchemy retrieve rows with no corresponding objects via foreign key

  19. 19

    cloudwatch API to retrieve TransitGatewayAttachment metrics via python not working

  20. 20

    retrieve environment values with get(ls()) in R

  21. 21

    Sort python list by order of another list AND retrieve old index

  22. 22

    Get ID via class name

  23. 23

    Pass URL to PHP via $_GET

  24. 24

    Get list from dictionary with list

  25. 25

    Android - How to retrieve list of objects in their insertion order from Firebase?

  26. 26

    How to retrieve a list of Memory Cache keys in asp.net core?

  27. 27

    How to retrieve a list of WooCommerce orders which use a particular coupon?

  28. 28

    How to retrieve a list of custom objects from Cloud Firestore in Android

  29. 29

    How to retrieve elements that have the same foreign key from a list?

ホットタグ

アーカイブ