External asset types REST Endpoints

Application/2.0/External asset types
External activities are non-Eloqua (that is, offline) activities performed by your contacts or prospects. These assets can be imported for use in Eloqua campaign reporting. External asset types is the 'umbrella' (top-level) classification for something that your contacts or prospects are performing, for example, a Tradeshow. Learn more about external assets.
Create an external asset type
Method: post
Path: /api/rest/2.0/assets/external/type
Delete an external asset type
Method: delete
Path: /api/rest/2.0/assets/external/type/{id}
Retrieve a list of external asset types
Method: get
Path: /api/rest/2.0/assets/external/types
Retrieve an external asset type
Method: get
Path: /api/rest/2.0/assets/external/type/{id}
Update an external asset type
Method: put
Path: /api/rest/2.0/assets/external/type/{id}