Gets a list of recurring campaigns in the account.
| Argument | Data Type | Required | Description |
| start | integer | No | Starting position |
| limit | integer | No | Number of records to return |
| XML Response | JSON Response |
| <response> <records>1</records> <recurring> <id>250</id><title>Bizop - recurring</title><enabled>Yes</enabled> <timesran/> <repeatdays>1 days</repeatdays><repeattimes>Unlimited</repeattimes><profileid>13903</profileid> </recurring> </response> |
{
"records": "1",
"recurring": {
"id": "250",
"title": "Bizop - recurring",
"enabled": "Yes",
"timesran": "",
"repeatdays": "1 days",
"repeattimes": "Unlimited",
"profileid": "13903"
}
} |