Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for REST API Endpoint for retrieving records for a given Application or moduleid

anandswaroop
Archer Employee
Archer Employee

Hi All. I am trying to find a REST API for retrieving the records for the given application or moduleid. Actually, we have a requirement to have REST API's only  ( I know that we have SOAP API's). Can you please help me to understand if we have any such REST API to retrieve all the records for the given ApplicationID . 

3 REPLIES 3

DavidPetty
Archer Employee
Archer Employee

@anandswaroop you could use the Archer Content API (archerirm.cloud to pull all the records from an application.  Be aware you cannot apply any filtering to the Content APIs.

 Advisory Consultant

Thanks @DavidPetty for responding.  I haven't seen any API inside content API endpoints to retrieve records inside the given applciationId. Actually, i am looking for exact API Endpoint to explore on this requirement. Please help.

I use ExecuteSearch in the SOAP API to do this.  I'm not aware of an equivalent function using REST.