I am fairly new to using the DSS REST API and am looking for some guidance.
Using .Net C#, I am trying to to create (multiple) One Time scheduled requests for intraday prices. I want to create and schedule each request from and return control to my calling application.
I will have a separate thread to poll for any fulfilled requests, extracting and saving the response once received. I am looking for an API call that will allow me to test if any scheduled requests that I have made are complete, and then process the first of those messages. It is my intention that the receive thread will be able to retrieve any/all of the scheduled requests that might have been made in a separate instance of the application that requested them.
Does any suitable call exist for this purpose?