« Back to Documentation OverviewlistStaticSegments – v1.3
listStaticSegments(string apikey, string id)
Retrieve all of the Static Segments for a list.
| 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
| int | id | the id of the segment
| | string | name | the name for the segment
| | int | member_count | the total number of subscribed members currently in a segment
| | string | created_date | the date/time the segment was created
| | string | last_update | the date/time the segment was last updated (add or del)
| | string | last_reset | the date/time the segment was last reset (ie had all members cleared from it)
| |