List of Inventory Lists

GET {{campaign_url}}/inventoryLists?marketId=1&showDeleted=false&offset=0&limit=10&sortOrder=desc&sortKey=id

Retrieve a list of inventory lists

You can retrieve all of the inventory lists within your market by sending this GET request.

Note: If you have access to multiple markets, you must specify a value for marketId. Otherwise (i.e., marketId is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as marketId values.

Request Params

KeyDatatypeRequiredDescription
marketIdnumberNumeric ID associated with a given market. Required only if you have access to multiple markets.
showDeletedbooleanIdentifies whether or not response results should include deleted inventory lists.

Allowed values: true, false | | offset | number | | The starting index in the list of inventory list objects. | | limit | number | | The number of inventory lists to return. | | sortOrder | string | | Direction by which results should be sorted.

Allowed values: asc, desc | | sortKey | string | | Field by which results should be sorted.

Allowed values: id, name |