Is there a way to get Thumbnail and storyboard (for videos) through Client Automation or Rest API?

Is there a way to get Thumbnail and storyboard (for videos) through Client Automation or Rest API?

0 votes

2 answers

3009 views

ANSWER



Yes because these information are stored as metadata (blob) on the document itself. So you should be able to get it back with one of these operations:

http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20Platform-5.7.3/viewOperation/Blob.GetList

http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20Platform-5.7.3/viewOperation/Blob.Get

You just need to find the right xpath, but an xml export of the document will help figure that out.

2 votes



0 votes