Eloqua REST API - GET in Depth
In a previous post, we discussed the . In today's post, we'll focus on the Depth parameter.
The REST API can retrieve entities at three different levels of depth :
- minimal
- partial
- complete
In general, requests at minimal depth will perform best, as they scan the least amount of data. The descriptions below should help you choose the right level of depth for your request.
Minimal
Only a small number of the entity's properties are returned.
These are properties common to all records :
- the entity name, type and id
- the dates the entity was created, last updated and last accessed
Minimal depth typically results in the best performance, as the time needed to retrieve the information in minimized.
0