How to access Viz One content from Template Wizard vbscript?

ruimac

Member
Is there any way to access the images stored in Viz One, from within scripting, in Template Wizard?
For example, is it possible to get a list of url addresses of images that are filtered by a certain set of keywords?
Or any way to access the Viz One content, through scripting.
 
Try these links to search in VizOne:

Items:
https://<vizoneserver>/thirdparty/asset/item

Images:
https://<vizoneserver>/thirdparty/asset/item?media=image
https://<vizoneserver>/thirdparty/asset/item?media=image&title=<imagename>

Videos:
https://<vizoneserver>/thirdparty/asset/item?media=video
https://<vizoneserver>/thirdparty/asset/item?media=video&title=<videoname>

Tags:
https://<vizoneserver>/thirdparty/asset/item?tags=<tagname>

Terms:
https://<vizoneserver>/thirdparty/asset/item?media=video&asset.terms=<terms>
https://<vizoneserver>/thirdparty/asset/item?media=image&asset.terms=<terms>

Also look here:
 
Back
Top