I am trying to find out if there is a way to get ComponentPresentations by passing a list of ComponentIDs in one API instead of passing each one in a loop. In my case, all DCPs use the same pattern.
When I checked the API, I could not find any method that could accept a list of tcmids or something in these lines. The use case I'm trying to solve is to get all DCPs in one API call against a loop in 10-15 (in my case) and get each DCP independently, which is inefficient when we first got into the db broker.
I was able to get the same using the OData web service, but we are not ready to use Odata yet. Iβm not sure that Odata and the broker's API are slightly different, but they canβt find any documentation explaining the differences in the capabilities of the Odata API at the request points.
Any help would be appreciated.
ENV: Tridion 2011 SP1, Java API.
source
share