get_list_segments: Get information about all segments in a list

Description Usage Arguments Value Examples

View source: R/GET_lists.R

Description

Get information about all segments in a list

Usage

1
get_list_segments(list_id = NULL, apikey = NULL, user = "anystring", ...)

Arguments

list_id

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

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.

Value

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

Examples

1
2
3
**## Not run:**
mysegments <- get_list_segments(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx", list_id = "xxxxxxxxxx")
## End(**Not run**)

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