question

Upvotes
Accepted
1.4k 5 3 6

Getting MONitor list of the user

Hi Experts,

Is there a smart way to get a list of MONs created by the user using rdp endpoint?

Currently the only option I have found is:
rdp.get_data("MONITOR('monitor_name')",["TR.CommonName"]) however it is extremely slow comparing to e.g. search endpoint.

Any other idea how to check whether the MONitor with that name exists or get the list of them all? I see couple of endpoints but no luck in finding the one fetching user MONs

Thanks!

Marcin

rdp-apirdp search
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
171 1 0 1

Hi Marcin,

For now I would recommend using EDAPI module in RDP library to retrieve the data you're interested in.

ek.get_data("MONITOR('monitor_name')",["TR.CommonName"])

Other than this, I don't believe there's any alternative at this time for retrieving the constituents of Eikon / Refinitiv Workspace user's Monitor lists programmatically.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.