Get Thumbnail URL from item ID

Hello,
Is there a way to get the thumbnail URL from the item ID ? Or via OAI-PMH ?
Thank you,

The OAI-PMH repository plugin has an option for including the file URLs in the output, though this will be the originals.

The Omeka API for an item (api/items/<id>) includes a link to the API result for the files attached to that item (api/files?item=<id>), and that files response includes the thumbnail and original URLs for every file attached to the item.

1 Like

Thank you very much !

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.