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 API How To: Querying

In past How-To articles, we've touched on the basics of querying through the SOAP API.

In , we looked at how to find a contact based on email address, and in we looked at using multiple fields.  We even touched on using dates in to bring back activity data.

This post will look at a few more ways to query for contacts, using different fields and criteria.

For this example, we will assume that we are searching for Contacts, and that the code HERE is being used.

Let's start by creating a string to hold the search query.

string searchQuery = "";

We could query using any contact field, but let's first look at using the Modified Date field.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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