Hello we are working with an outside vendor to build an API to pass images from their software to Laserfiche, however we are looking for a way to send a thumbnail back to be displayed on their website through the API. We are self hosted and V1. Any help is greatly appreciated.
Question
Question
Replies
replied on January 15
•
Show version history
Kristin,
You wouldn't be able to return a thumbnail image directly back using our API's, but you could post to their API using a web request (HTTP request). Currently, the API does not have access to the thumbnail of an image in Laserfiche, but if there is a thumbnail image/file in the repository that was uploaded, then the 3rd party could make an API call to export that file.
Andrew
1
0
replied on January 15
Thank you. do you know what API Call is used to get the image returned? the only call we see is below which only seems to contain metadata:
https://servername/LFRepositoryAPI/v1/Repositories/{RepositoryID}/Entries/{EntryID}
0
0
You are not allowed to follow up in this post.