Within DataScopeSelect's 'Extractions/Extract/TermsAndConditionsExtraction request, is there an option or place within the JSON to place a condition on when the record was updated to allow me to pull only recently updated records?
@CharlesCooke
Hi Charles,
The best way of figuring out a Report Template functionality and fields is to initially look at the Report Template via the GUI.
For https://hosted.datascope.reuters.com/DataScope/extractions/reports/create/TermsAndConditions
you should, under 'Report Options' tab, see an checkbox option for "Delta Extractions", when enabled this displays "Limit report to instruments that have changed since:" frame with radio button options "Days Ago:" (ie. lookback), or "Specific Date:"
I believe this is the functionality you are after, the equivelent Properties for REST API are listed in the API Reference Tree:
https://hosted.datascopeapi.reuters.com/RestApi.Help/Context/Entity?ctx=Extractions&ent=TermsAndConditionsReportTemplate&grp=Report%20Template
(under API Reference - part of REST API Help: https://hosted.datascopeapi.reuters.com/RestApi.Help/Home/Index)
Hope this helps,
Gareth