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!