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.
-
id (Required) - Unique identifier for the campaign.
-
assetId - Unique identifier for the campaign asset association.
-
$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