Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2024-09-17 08:26 AM
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 .
2024-09-17 09:28 AM
@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
2024-09-25 05:40 AM
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.
2024-10-16 10:55 AM
I use ExecuteSearch in the SOAP API to do this. I'm not aware of an equivalent function using REST.