Adobe Stock Api Filters
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.
&search_parameters%5Bwords%5D=dogs&search_parameters%5Blimit%5D=1&search_parameters%5Bfilters%5D%5Bcontent_type%3Aphoto%5D=1&search_parameters%5Border%5D=nb_downloads&result_columns%5B%5D=title&result_columns%5B%5D=details_url&result_columns%5B%5D=thumbnail_1000_url" \
-H "x-api-key: YourApiKeyHere" \
-H "x-product: MySampleApp/1.0" . But here content_type is specified as photo., means i am getting all the types of photos.
