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
  1. ModifiedDate DESC
  2. ModifiedDate ASC
  3. Name DESC
  4. Name ASC
  5. CampaignCode DESC
  6. CampaignCode ASC
  7. Id DESC
  8. Id ASC
  9. CreatedDate DESC
  10. CreatedDate ASC