API - How search a specific stock art id
As from both these document
I should be able to fetch the API to get details on a specific stock art id with the URL https://stock.adobe.io/Rest/Media/1/Search/Files?search_parameters[media_id]=228549042
(I won't bother you with the headers)
However, it always returns me 0 results, same go if I tried with creator_id.
I tried other column names (stock_id, content_id, series_id) and they return all stock arts, I also tried model_id which return 0 results as well.
Replacing the [] by their equivalent doesn't change anything.
The id 228549042 come from an "id" property from the result of a call to /Libraries/1/Member/LicenseHistory.
The details page is https://stock.adobe.com/228549042
EDIT: For your information, I was able to search with a different id, I don't know why this specific ID doesn't work.
