get_list_member_note: Get recent notes for a specific list member

Description Usage Arguments Value Examples

View source: R/GET_lists.R

Description

Get recent notes for a specific list member

Usage

1
2
get_list_member_note(list_id = NULL, subscriber_hash = NULL,
  apikey = NULL, user = "anystring", ...)

Arguments

list_id

The unique id for the list. Find the list id with get_lists.

subscriber_hash

The MD5 hash of the lowercase version of the list member<e2><80><99>s email address.

apikey

API key for mailchimp account.

user

User to use in authentication. Can be any string you like. Defaults to "anystring".

...

Query string parameters. See available parameters under READ here: API documentation.

note_id

The id for the note.

Value

Response body parameters. See response parameters under READ here: API documentation.

Examples

1
2
3
**## Not run:**
mymember_note <- get_list_member_note(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx", list_id = "xxxxxxxxxx", subscriber_hash = "xxxxxxxxxx",  note_id = "xxxxxxxxxx")
## End(**Not run**)

56north/mailchimpR documentation built on May 5, 2019, 11:27 a.m.