Get all campaigns (with filters)Copy Pageget https://{region}-api.dotdigital.com/v2/campaigns/filteredGets all campaigns, with optional filtering.Query Paramsselectint321 to 1000Defaults to 1000The number of records to select between 1 and 1000 to retrieve.skipint32≥ 1The numbers of records to skip in the result set.~typestringenumFilter to a specific type of email campaign.StandardTriggeredAllowed:StandardTriggered~tagsarray of stringsFilter to campaigns with the specified tags; all tags listed must be assigned to the campaign to be included.~tagsADD string~sentDatedateFilter for campaigns sent on or after the specified date-time in UTC ISO-8601 format.~statusesarray of stringsFilter by campaign statuses: Unsent, Sent, Sending, Paused, Cancelled, RequiresWorkflowApproval~statusesADD string~scheduledDateFromdateFilter for campaigns scheduled to be sent on or after the specified date-time in UTC ISO-8601 format. Can be used in conjunction with ~scheduledDateTo to create a date window.~scheduledDateTodateFilter for campaigns scheduled to be sent on or before the specified date-time in UTC ISO-8601 format. Can be used in conjunction with ~scheduledDateFrom to create a date window.Headersx-ddg-integration-tokenstringIf you are a partner of Dotdigital and have a verified integration then include your integration tracking token here.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200200 400400 401401Updated 13 days ago