Version: 17.07
Supported Since: 17.07
Get a list of Act-On Lists connector operation provides the ability to retrieve a list of all Act-On lists, or a list of lists of a specified type in Act-On.
Listing Type |
Basic |
Listing type which is used to get a list of lists. CONTACT_LIST is used by default; valid values: CONTACT_LIST, HEADER, FOOTER, SENDER, MEDIA, PAGES, CUSTOM_EVENTS, TEMPLATE_MESSAGE, DRAFT_MESSAGE, LANDING_PAGE, SENT_MESSAGE, TRIGGERED_MESSAGE, TEST_MESSAGE, FAILED_MESSAGE, SCHEDULED_MESSAGE |
||
Count |
Basic |
Number of lists to include in the result.
|
||
Offset |
Basic |
element at which the fetch begins. Default is |
If this operation was invoked successfully, it will provide a response message with a JSON payload of the following format.
{
"offset": 0,
"count": 10,
"totalCount": 10,
"result": [
{
"id": "l-0056",
"name": "RobsAPI5Test",
"folderName": "ROb",
"sourceId": "l-0056",
"baseId": "l-0056",
"description": "Uploaded Marketing List",
"sourceSize": "1",
"sourceName": "RobsAPI5Test",
"tsLastModified": 1392704558000,
"tsLastCounted": 1392704559546,
"tsSource": 1392704558000,
"sourceTS": "Feb 17 2014 10:22 PM",
"bIsSingleton": false,
"bIsList": true,
"bIsSforce": false,
"bIsSforceReport": false,
"bIsSforceAvailable": true,
"bIsMSDyn": false,
"bIsMSDynAvailable": true,
"bIsSugar": false,
"bIsSugarAvailable": true,
"bIsSL": false,
"bIsSLAvailable": true,
"bIsNsuite": false,
"bIsNsuiteAvailable": true
},
/* <!-- Some json objects have been removed --> */
{
"id": "l-0055",
"name": "RobsAPI4Test",
"folderName": "Default Folder",
"sourceId": "l-0055",
"baseId": "l-0055",
"description": "Uploaded Marketing List",
"sourceSize": "0",
"sourceName": "RobsAPI4Test",
"tsLastModified": 1392703511000,
"tsLastCounted": 0,
"tsSource": 1392703511000,
"sourceTS": "Feb 17 2014 10:05 PM",
"bIsSingleton": false,
"bIsList": true,
"bIsSforce": false,
"bIsSforceReport": false,
"bIsSforceAvailable": true,
"bIsMSDyn": false,
"bIsMSDynAvailable": true,
"bIsSugar": false,
"bIsSugarAvailable": true,
"bIsSL": false,
"bIsSLAvailable": true,
"bIsNsuite": false,
"bIsNsuiteAvailable": true
}
]
}