Hello,
I have an application that creates RICs, using specific credentials, on an internal ATS. The name of the RICs created follows a specific patten (all names begin with the same string).
I need to retrieve all the RICs created by the application, and it looks like there are two possible options:
- search all the RICs whose name begins with a specific string;
- search all the RICS whose owner corresponds to the user used by my application
I can only access the ATS through my application, which interacts with the ATS using the EMA library.
Could you please let me know how to implement those two searches with the EMA library?
Thank you very much.