Hi,
Currently working on the implementation to import the adobe stock images to aem dam. For that we would like to include the condition to filter the specific content_type and date range for the licensed assets.
I am looking for the help, is there any way to directly filter the content_type and date range from the curl command or using the query? When hitting this command https://stock.adobe.io/Rest/Libraries/1/Member/LicenseHistory?locale=en_US&search_parameters[limit]=1&search_parameters[offset]=0 i am getting the following result.
{
"nb_results":,
"files": [
{
"license": "Extended",
"license_date": "12/24/24, 5:39 AM",
"download_url": "",
"id":,
"title": "",
"creator_name": "",
"creator_id":,
"content_url": "",
"media_type_id": 2,
"vector_type": null,
"content_type": "image/jpeg",
"height": 3072,
"width": 5120,
"details_url": ""
}
] from the result i want to check the content_type is image/jpeg and would like to check the date range also. I checked t