Deprecated
JSON-RPC
listEventOffers
method is deprecated. Use GET /3.1/offers instead.
Offers are presented in descending order based on the start date.
Parameters
Name | Type | Description |
---|---|---|
publisherToken* | string | Type id of an offer you whant to get information about. |
criteria | object | No description |
active* | boolean | By default you get list of active offers. To get inactive offers, set this field to false. |
offset* | integer | From which offer you want to get results. Helpful in pagination. |
limit* | integer | Number of results you want to retrieve. E.g. if you want to display 10 offers per page, and you are on third, just set limit to 10 and offset to 20. |
videoId | string | Unique identifier of your video asset. |