I am looking for API in Archer. Totally I am unaware of API. Where we will write API code and how to integrate with Archer platform .
Most important what we can achieve using API in Archer ?
Archer supports two APIs. One is SOAP and one is RESTful. Using these APIs a developer can accomplish many of the same types of actions that can be done through the Archer UI including: user management, content save, record search, attachment upload and download, and even triggering a data feed to execute.
The API programming guides are available on the RSA Archer community.
You can host the integration code wherever you like, provided it has access to your archer instance. If your Archer instance is SaaS hosted, your integration code cannot live on your Archer web or services server and will have to be hosted somewhere else. If your Archer instance is self-hosted (on-prem) you can put your integration code on the Archer web or services server, or another server of your choice.
Archer is written in C#.NET, but the API's can be consumed from any language that can issue an HTTP Request.