You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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 :

  1. minimal
  2. partial
  3. 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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!