I'm working on the RSA Archer GRC platform (ver 5.4). I have a data feed that i want to execute without the need to access to the platform. This execution will be requested from an application (or maybe an Internet Explorer Extension) written in C#.
I've been checking the Archer APIs, but aside from authentication functions to log in an user from the app, nothing else seems suitable for this job. So i'm wondering if this is even possible for the Archer platform.
I've seen the functions to create and update records, but that would be like doing all the job that the data feed already does, that's why i'm looking for a way to execute it, rather than reconstruct the whole data feed procedure.
Thanks for your time!
EDIT: Well, after a while i finally found the up-to-date Archer API reference and it does have a "data feed" set of functions. Nevertheless, the Archer 5.4 REST API Reference does not have this set of functions. That would mean that i would have to check if those functions are available for the platform version the app will be connecting to.
Any more info about the matter would be appreciated.