Expand my Community achievements bar.

Get ready! An upgraded Experience League Community experience is coming in January.

Assets Dynamic Media OpenAPI projectedFields

Avatar

Level 1

Documentation: https://developer.adobe.com/experience-cloud/experience-manager-apis/api/stable/assets/delivery/#ope...

 

I want to use Dynami Media Open API to search for assets and I want to only selected fields in the search results. Documentation says that I can do this thru projectedFields. But when I include this I get an error "

Unrecognized field \"projectedFields\" (class com.adobe.polarissearch.models.v2.SearchOperation), not marked as ignorable".
 
How can I get only selected fields in search result?
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 3

@PrashantOn - 

The projectedFields object shown in the documentation describes the response model, but it is not currently supported as a request parameter by the Dynamic Media Open API search endpoint.

When included in the request payload, the backend Polaris Search service rejects it during schema validation, resulting in the “Unrecognized field projectedFields” error.

At this time, search responses always return the standard metadata structure, and any field-level filtering needs to be handled client-side.