For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 2 1

This extraction request does not support cancellation. Details: report template: IntradayPricing exception

Hi there,

I got this error exception below when trying to cancel REST intraday api

"This extraction request does not support cancellation. Details: report template: IntradayPricing"

Here is the code detail in c# :

-------------------------

var job = _extractionsContext.ExtractWithNotesStart(extractionIntra);

_extractionsContext.CancelJob(job);

-------------------------

Am I missing some config/option setting ? or any other method/function call to be used? is this just not supported for intradaypricing?

Thanks

Zohan


dss-rest-apidatascope-selectdssrest-api
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.

Hello @zohan.sim1

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 250 52 74

@zohan.sim1

From my findings, cancellations are currently only supported for Tick History extractions.

Therefore, it works with TickHistoryIntradaySummariesExtractionRequest and TickHistoryRawExtractionRequest which are TRTH extractions.

It doesn't work with EndOfDayPricingExtractionRequest and IntradayPricingExtractionRequest which are DSS extractions.

However, you may need to contact the DSS support team MyRefinitiv for confirmation.


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.