listCampaignsByPage

List<CampaignInfo>
    listCampaignsByPage(String userCredential, String partitionName,
        Locale requestedLocale, Attribute[] attributes,
        long pageOffset, int pageSize)
    throws AttributeNotFoundException, InvalidAttributeException,
        RangeException;

Enumerate a "page" of campaigns that match the optional attribute values, beginning with the specified page offset. Folders are ignored.

Once retrieved, each CampaignInfo returned can be used as is, such as to display a summary list, or the attribute methods can be used to fetch or update the Unica Campaign's attributes.

No state is maintained by this API, so it is possible to make calls to it in any order.