WebCenter Sites REST API - Return Blob Asset for Search
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?