Hello.
I'm using InfoArchive REST API to retrive the records. I'm doing it using search-composition (Services->Tenant->Application->Search->Search-Composition->Execute).
On below image is the result of doing POST HTTP on search composition -> execute. The results have the ids.
How can I make the request to get the specific result using it's id?
I tried adding the id in the url POST search composistion -> execute but it wasn't working, the response returns all records.