Retrieve Campaign Details
Use the Get method to return information about existing campaigns.
Documentation for the Fuel Java SDK can be found at http://salesforce-marketingcloud.github.io/FuelSDK-Java/
Optionally, you can set values in the props property to limit the number of results returned and handle paging.
- $page - 1 based ordinal for the page number.
- $pageSize - Number of items to return. 50 is the maximum.
- $orderBy - Specifies the sort order
- ModifiedDate DESC
- ModifiedDate ASC
- Name DESC
- Name ASC
- CampaignCode DESC
- CampaignCode ASC
- Id DESC
- Id ASC
- CreatedDate DESC
- CreatedDate ASC