Hi,

I am trying to use SubscriptionDataSource.Rest to get data points at hourly resolution. As mentioned in the documentation 

'When using SubscriptionTransportMedium.Rest the URL provided is polled at each Resolution time step and is assumed to be sufficient for 1-data point. This is generally intended for live data sources.'

But the api polling is happening at Daily timepoints regardless of what has been specified in the resolution. 

 

Author