List Campaigns
Retrieve a list of campaigns.
Returns a paginated list of campaigns associated with the authenticated organization, filterable by various parameters.
Query parameters
You can supply any string to help narrow down the list of resources. For example, if you pass "New York" (quoted), it will return resources that have that string present somewhere in their response. Alternatively, you can supply a structured search query. See the documentation on StructuredSearchQuery for more details.
Response
A list object containing campaigns.
Changes
Changed in 3 of the 7 revisions of this API.1711
- ▲
added
BinaryFilesubschema #1to thedata/items/letter/allOf[CampaignLetterFields]/attachedPDF/allOf[AttachedPDF]/fileresponse propertyoneOflist for the response status200response-property-one-of-added
- ○
removed
subschema #1subschema #2from thedata/items/letter/allOf[CampaignLetterFields]/attachedPDF/allOf[AttachedPDF]/fileresponse propertyanyOflist for the response status200response-property-any-of-removed
- ▲
- ○
added the optional property
data/items/letter/allOf[CampaignLetterFields]/paperto the response with the200statusresponse-optional-property-added
- ○
added
PostcardPremiumPaperIDto thedata/items/postcard/allOf[CampaignPostcardFields]/paperresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
PremiumPaperIDfrom thedata/items/postcard/allOf[CampaignPostcardFields]/paperresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
- ●
removed the optional property
data/items/chequeProfilefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/letterProfilefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/postcardProfilefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/selfMailerProfilefrom the response with the200statusresponse-optional-property-removed
- ●
added the new
internal_server_errorenum value to theerror/typeresponse property for the response status500response-property-enum-value-added
- ●
added the new
rate_limit_exceeded_errorenum value to theerror/typeresponse property for the response status429response-property-enum-value-added
- ●
added the new
validation_errorenum value to theerror/typeresponse property for the response status400response-property-enum-value-added
- ○
added
subschema #1subschema #2to the response bodyanyOflist for the response status401response-body-any-of-added
- ○
removed
subschema #1subschema #2from the response bodyanyOflist for the response status401response-body-any-of-removed
- ○
added the optional property
data/items/chequeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/letterto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/postcardto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/selfMailerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/snapPackto the response with the200statusresponse-optional-property-added
This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●