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.