Legacy Dev Forum Posts

 View Only

Sign Up

GET OutboundCampaigns with a name filter

  • 1.  GET OutboundCampaigns with a name filter

    Posted 06-05-2025 18:17

    wchavez | 2020-04-30 22:35:23 UTC | #1

    Good afternoon Forum:

    [API endpoint]: (https://developer.mypurecloud.com/api/rest/v2/outbound/#get-api-v2-outbound-campaigns).

    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.


    tim.smith | 2020-05-01 12:10:05 UTC | #2

    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.


    wchavez | 2020-05-04 13:20:31 UTC | #3

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


    system | 2020-06-04 13:28:24 UTC | #4

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


    This post was migrated from the old Developer Forum.

    ref: 7690