Simple Query - With Filter
GET https://{{et_subdomain}}.rest.marketingcloudapis.com/asset/v1/content/assets?$page=1&$pagesize=10&$orderBy=name asc&$filter=assetType.name=png&$fields=id,customerKey,fileProperties
https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/assetSimpleQuery.htm
Gets an asset collection by simple $filter parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$page | number | ||
$pagesize | number | ||
$orderBy | string | ||
$filter | string | ||
$fields | string |
RESPONSES
status: OK
{"count":6,"page":1,"pageSize":10,"links":{},"items":[{"id":513331,"customerKey":"453a1b67-fffc-42f2-bf96-aae428339521","assetType":{"id":28,"name":"png","displayName":"Image"},"fileProperties":{"extension":"png","fileSize":283144,"fileCreatedDate":"2017-11-29T12:17:45.2688649-06:00","width":1552,"height":568,"publishedURL":"http://image.s4.exct.net/lib/fe9515747163027975/m/1/699aaedf-764d-4b1e-a927-8131c50cf370.png"},"name":"coupon-preview.png","modelVersion":2},{"id":753117,"customerKey":"7a1bc7aa-e6bb-4cf3-b8b6-dde640df8e64","assetType":{"id":28,"name":"png","displayName":"Image"},"fileProperties":{"fileName":"experts-logo.png","extension":"png","fileSize":36786,"fileCreatedDate":"2019-07-19T13:35:27.3255525-06:00","width":961,"height":789,"publishedURL":"http://image.sfmcsolutions.com/lib/fe9515747163027975/m/1/0663a4af-4c73-42ac-b62d-247d69cf8fec.png"},"name":"experts-logo.png","modelVersion":2},{"id":597986,"customerKey":"272ab283-d18b-4d4e-b762-bce27f6b3b5f","assetType":{"id":28,"name":"png","displayName":"Image"},"fileProperties":{"extension":"png","fileSize":2428,"fileCreatedDate":"2018-09-12T13:59:32.8100924-06:00","width":32,"height":26,"publishedURL":"http://image.sfmcsolutions.com/lib/fe9515747163027975/m/1/a1ac7be6-5fb0-460d-9f7d-33d89f3b0b2c.png"},"name":"experts-ninja-ico.png","modelVersion":2},{"id":597965,"customerKey":"93a59d70-f7ae-4419-9db3-18878417edc2","assetType":{"id":28,"name":"png","displayName":"Image"},"fileProperties":{"extension":"png","fileSize":8250,"fileCreatedDate":"2018-09-12T13:43:03.0980077-06:00","width":241,"height":198,"publishedURL":"http://image.sfmcsolutions.com/lib/fe9515747163027975/m/1/e8632cbc-424b-4589-9365-bca15adbca99.png"},"name":"experts-ninja.png","modelVersion":2},{"id":597945,"customerKey":"bc17d970-e719-4291-8309-2b95a4f8937a","assetType":{"id":28,"name":"png","displayName":"Image"},"fileProperties":{"extension":"png","fileSize":4094,"fileCreatedDate":"2018-09-12T12:51:55.508253-06:00","width":120,"height":99,"publishedURL":"http://image.sfmcsolutions.com/lib/fe9515747163027975/m/1/19ac411d-fbad-4316-9841-32c8206fd950.png"},"name":"experts-ninja@0.5x.png","modelVersion":2},{"id":469608,"customerKey":"ca3166b5-d765-490c-99a7-43ba749bf80a","assetType":{"id":28,"name":"png","displayName":"Image"},"fileProperties":{"extension":"png","fileSize":189663,"fileCreatedDate":"2017-06-06T12:23:54.2805414-06:00","width":460,"height":246,"publishedURL":"http://image.s4.exct.net/lib/fe9515747163027975/m/1/75b52932-6577-4e9f-88c4-dc237caef8e2.png"},"name":"romeo.png","modelVersion":2}]}