Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_size
integer<int32>

Maximum number of records to return

project_id
string
required
filter
string

Filter the result-set by properties using a subset of the Kibana Query Language. Only AND statements are supported. Currently supports filtering on:

  • cleeng_offer_id (string)
  • is_subscription (boolean) - is true when at least one of the attached offer prices has a billing period other than ONE_TIME
  • is_template (boolean) - is true when there is no content targeting at all

To find the offers associated with a single content item / video, use ListOffersForVideoContent

order_by
string

Specifies the result ordering for List requests. Supported values are:

  • "last_update_time desc" - default
  • "applicability_type asc, last_update_time desc" - shows rulesets targeting all content first, then entities, then events. Sorted by last_update_time within the same applicability type.
page_token
string

The pagination token in the List request.

Response

OK

offers
object[]
next_page_token
string

The pagination token that should be used to get next page results. An empty value means no more results