Eloqua REST API - External Activities Depth=Complete Parameter Doesn't Pull All Attributes
Hi Oracle Community,
I am attempting to pull External Activities by their ID from the Eloqua 2.0 REST API endpoint. The following link will bring you to the documentation I am following: https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAC/op-api-rest-2.0-data-activity-id-get.html
I see the schema containing the following attributes:
Body (ExternalActivities)
Type: objectTitle: ExternalActivities
- accessedAt(optional): string
 - activityDate(optional): string
 - activityType(optional): string
 - assetName(optional): string
 - assetType(optional): string
 - campaignId(optional): integer
 - contactId(optional): integer
 - createdAt(optional): string
 - createdBy(optional): string
 - currentStatus(optional): string
 - depth(optional): string
 - description(optional): string
 - fieldValues(optional): array fieldValues
 - folderId(optional): string
 
0