Question:
How to filter the documents with a specific rendition type in Vault?
Answer:
Vault Owner or the user who has read permission on all documents can use the query (below) to filter the documents with a specific rendition type. For example, a query can be made for documents with the distribution package rendition type.
---------------------------------
select document__sysr.id, document__sysr.name__v, rendition_type__sys, md5checksum__sys, size__sys, filename__sys FROM renditions WHERE rendition_type__sys = 'distribution_package__vs'
Related Documentation:
N/A