get https://api.freewheel.tv/services/v4/creative_resources?page=<page>&per_page=<perPage>&order_by=<orderBy>
This method uses GET to request a list of creatives and renditions, whose appearance you can configure using the parameters below.
Notes:
-
Because of database capacity issues, the Creative Management API V4 returns a maximum of 50 creatives per page, even if you request a larger number.***
-
There could be up to a 10-second delay for the list endpoint to be able to detect creatives. This delay could occur for other cases as well.
-
This endpoint is not intended for deep page querying, which is defined as a call that returns more than 200,000 results. This is calculated by Number of Pages * Per Page.