get https://api.freewheel.tv/services/v4/partner_tag_creatives/list?order_by=created_at&page=1&per_page=2&filters="start": "2022-07-05 11:30:00","end": "2022-07-05 12:40:22""start": "2022-07-05 10:40:22","end": "2022-07-05 12:40:22"
This method uses GET to retrieve lists of partner tag creatives.
Filter Options
filter | filter_by | Description | Optional? | Comments |
---|---|---|---|---|
status |
| Refers to the creative approval status | Yes | |
sold_inventory_order_id | Deal ID For example: https://api.freewheel.tv/services/v4/programmatic_creatives/list?filters={"deal_id":123} | The deal_id is the filtering parameter you would use to see the associated programmatic creatives. It should be greater than 0. | Yes | This is not supported by filter and filter_by query parameters. Use deal_id under filters query param. |
created_at | (DateTimeRange object) | Time window filter with start and end time for created_at, which refers to the time the market ad was ingested and first associated with a deal for the client network | Yes | Not supported by filter and filter_by query parameters. Use created_at under filters query param. See below for DateTimeRange object. |
partner_tag_creative_updated_at | (DateTimeRangeObject) | Time window filter with start and end time for dsp_creative_updated_at, which refers to the time the market ad was last updated by DSP | Yes | Not supported by filter and filter_by query parameters. Use dsp_creative_updated_at under filters query param. See below for DateTimeRange object |