Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Eloqua API Search for Emails by Name

3184663Jul 8 2024

Looking for assistance to configure Eloqua API search to exclusively filter emails by name, excluding subject criteria.
I'm using the Eloqua API to search for emails based only on their name attribute. Currently, my query looks like this:
{{baseUrl}}/api/rest/2.0/assets/emails?search='name='Test Email*''&count=1000&page=1

However, it seems to be searching both the email name and subject. Is there a way to restrict this search exclusively to the email name?
Any guidance or examples would be greatly appreciated!

Thanks in advance!

Comments
Post Details
Added on Jul 8 2024
0 comments
191 views