Get list of content items
Allows clients to query content items based on filters such as campaign name, status, publish/modified date ranges, and author. Supports pagination using limit and offset.
Authorizations
Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Query Parameters
Internal unique identifier of the content item to filter by.
Campaign name to filter content items by.
Analytics tracking identifier to filter by.
Array of content statuses to include in the results (e.g., Draft, Published).
Draft, Scheduled, Published, Expired, Disabled Array of feed types to include in the results (e.g., Inspiration).
Inspiration, Purchase, GreenNews, StoreOffer, StoreNews, StoreSpecial, GoodPrice, WeeklyGoodPrice, Survey, Event, SpecialPoll, PartnerBenefit, PartnerBenefitBanner Lower bound of the content publish date range to filter by.
Upper bound of the content publish date range to filter by.
Lower bound of the content modified date range to filter by.
Upper bound of the content modified date range to filter by.
Author name to filter content items by.
Sorting expression for results (e.g., "Id:asc", "CampaignName:asc").
Maximum number of items to return in a single page of results. Must be greater than 0.
1 <= x <= 2147483647Number of items to skip before starting to return results. Useful for paging through large datasets. Must be 0 or greater.
0 <= x <= 2147483647