Hello, i have a list of resources ids where i don’t know whether they are items/medias/sets/ and i would like to apply the same logic of this query:
/api/items?id[]=463&id[]=3115
but as:
/api/resources?id[]=463&id[]=3115
Nevertheless i get a "Permission denied for the current user to search the Omeka\\Api\\Adapter\\ResourceAdapter resource."
Why is this not possible without an api key? Is there any way to change this setting?
Thanks