WebCenter Sites REST API - Return Blob Asset for Search
I am having an issue with the REST API for search that I hope someone can help with.
Below is an example of utilizing the search functionality and specifying fields I want returned for the given asset:
http://localhost:8080/cs/REST/sites/All In Good Foods/types/Recipe_A/search?fields=RecipeInstructions,RecipeTitle,Images
This returns the appropriate Recipe assets with the Instructions and Title populated, however the Images attribute is always empty (See example below). Images is a multi-valued blob attribute. Can any give me suggustions to how I get informaiton about the images linked in the search response?
Below is an example of utilizing the search functionality and specifying fields I want returned for the given asset:
http://localhost:8080/cs/REST/sites/All In Good Foods/types/Recipe_A/search?fields=RecipeInstructions,RecipeTitle,Images
This returns the appropriate Recipe assets with the Instructions and Title populated, however the Images attribute is always empty (See example below). Images is a multi-valued blob attribute. Can any give me suggustions to how I get informaiton about the images linked in the search response?
0