Magidoc

campaigns
Query

Returns a public list of campaigns, filtered by title. Can be used to implement a campaign search box on a website.

Arguments

#

id

DEPRECATED: use campaign() to get one campaign. Select by id, Returns list of 1 result

name

DEPRECATED: use campaign() to get one campaign. Filter campaigns by name (exact match). If found, returns list of 1 campaign, otherwise an empty list

title

Filter campaigns by title using LIKE format (% means any sequence of characters)

Response

#

Returns [ Campaign !]!.

Example

#

    
  

3

    
  

3

    
  

3