listStaticSegments(string apikey, string id)
Retrieve all of the Static Segments for a list.
| Section | List Related |
|---|
| Parameters | |
|---|---|
| apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| id | the list id to connect to. Get by calling lists() |
| Returns | |
|---|---|
| array | an array of parameters for each static segment |
| Returned Fields | int | id | the id of the segment | string | name | the name for the segment | int | member_count | the total number of members currently in a segment | date | created_date | the date/time the segment was created | date | last_update | the date/time the segment was last updated (add or del) | date | last_reset | the date/time the segment was last reset (ie had all members cleared from it) |
|---|