EndpointsAssetlists
Search-Asset-Lists
Response Body
application/json
curl -X GET "https://example.com/api/v3/asset-lists"{ "data": [ { "id": "stringstringstringstring", "account_id": "stringstringstringstring", "name": "string", "query": [ [ { "relationship_id": "stringstringstringstring", "product_ids": [ { "id": "stringstringstringstring", "qty_operator": "exists", "value": [ 0 ] } ], "operator": "string" } ] ], "created": "2019-08-24T14:15:22Z", "modified": "2019-08-24T14:15:22Z", "type": "Smart" } ], "errors": [ { "name": "string", "description": "string" } ], "pagination": { "next_page": "string", "previous_page": "string" }}