Hi,
We are developing RDP API based application using Python to collect news stories. We have followed code similar to the one provided at https://developers.refinitiv.com/content/dam/devportal/api-families/refinitiv-data-platform/refinitiv-data-platform-apis/downloads/rdp_python_samples_v2.zip
We can have multiple instances of the application. Each instance of the application will have its own subscription and SQS queue. If we look at the list of active subscriptions (showActiveSubscriptions), we do not see any identification of which subscription belongs to which application instance. Is there a place in API where we can specify an identifier which can then be returned in active subscription list?