Retrieve Campaign Asset Details

Use the Get method to return information about existing campaign assets.

Documentation for the Fuel Java SDK can be found at http://salesforce-marketingcloud.github.io/FuelSDK-Java/

Set values in the props property to specify the related campaign or to limit the number of results returned and handle paging.

  1. id (Required) - Unique identifier for the campaign.

  2. assetId - Unique identifier for the campaign asset association.

  3. $page - 1 based ordinal for the page number.

  4. $pageSize - Number of items to return. 50 is the maximum.

  5. $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