GET OutboundCampaigns with a name filter

Good afternoon Forum:

I was testing this API and in the Developer Tool I set a filterType "Contains" with the query parameter name as "GNS" in order to looking for campaigns which names contains the word "GNS", but it did not work:

How should I set the Developer Tool and even the Java SDK - GetOutboundCampaignsRequest object in order to get only the campaigns that satisfy that condition or filter?

Thank you.
I appreciate your help.

Contains uses a case insensitive full word match. Given a campaign name of My Campaign 1, a value of my or campaign will match, but m or camp won't.

1 Like

Thank you Tim. Thanks Tim Its meaning is different from what I thought.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.