Search and filter Pique Campaigns
Pique
Search and filter Pique Campaigns
Search and retrieve Pique Campaigns with optional filtering and pagination.
Features:
- Search campaigns by name using keyword query
- Filter by campaign status (Prepping, InProgress, Completed, Paused, NotStarted, Cancelled)
- Filter by campaign type (BoostedPost, SyndicatedContent)
- Pagination support with cursor-based navigation
- Returns only published campaigns for branded users
Pagination:
- Use
cursorparameter for next page navigation limitcontrols page size (default: 20)- Response includes
itemsarray,cursor, andhasMorefields
GET
Search and filter Pique Campaigns
Authorizations
Bearer token authentication
Headers
Workspace ID to perform the operation in. If not provided, system will use the first one assigned to the user
Pattern:
^[a-zA-Z0-9-_]+$Query Parameters
Search keyword to filter campaigns by name (case-insensitive)
Maximum string length:
255Pagination cursor for fetching the next set of results. Use the 'cursor' value from the previous response.
Number of campaigns to return per page (1-20, max 20)
Required range:
1 <= x <= 20Filter campaigns by status. Multiple values allowed.
Available options:
Prepping, InProgress, Completed, Paused, NotStarted, Canceled Filter campaigns by type. Multiple values allowed.
Available options:
BoostedPost, SyndicatedContent Filter by specific campaign ID
Pattern:
^[a-zA-Z0-9-_]+$Filter by a list of campaign IDs