Skip to main content
GET
Get list of content items

Authorizations

Authorization
string
header
required

Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

Id
integer<int64>

Internal unique identifier of the content item to filter by.

CampaignName
string

Campaign name to filter content items by.

AnalyticsIdentifier
string

Analytics tracking identifier to filter by.

Status
enum<string>[]

Array of content statuses to include in the results (e.g., Draft, Published).

Available options:
Draft,
Scheduled,
Published,
Expired,
Disabled
FeedType
enum<string>[]

Array of feed types to include in the results (e.g., Inspiration).

Available options:
Inspiration,
Purchase,
GreenNews,
StoreOffer,
StoreNews,
StoreSpecial,
GoodPrice,
WeeklyGoodPrice,
Survey,
Event,
SpecialPoll,
PartnerBenefit,
PartnerBenefitBanner
PublishDateFrom
string<date-time>

Lower bound of the content publish date range to filter by.

PublishDateTo
string<date-time>

Upper bound of the content publish date range to filter by.

ModifiedDateFrom
string<date-time>

Lower bound of the content modified date range to filter by.

ModifiedDateTo
string<date-time>

Upper bound of the content modified date range to filter by.

AuthorName
string

Author name to filter content items by.

Sort
string

Sorting expression for results (e.g., "Id:asc", "CampaignName:asc").

Limit
integer<int32>
required

Maximum number of items to return in a single page of results. Must be greater than 0.

Required range: 1 <= x <= 2147483647
Offset
integer<int32>
required

Number of items to skip before starting to return results. Useful for paging through large datasets. Must be 0 or greater.

Required range: 0 <= x <= 2147483647

Response

OK

content
object[] | null

The list of content items returned (after filtering and pagination).

totalAmount
integer<int32>

The total number of content items returned.

Last modified on August 10, 2026