One of our prospects would like to create recurring weekly Intraday Pricing scheduled extraction over DSS.
Can you advise how to code in REST API? I tried to search Postman codes, but cannot find a such example.
@hiroko.goto Hi,
As discussed internally over MS Teams, for recurring, scheduled Schedule for Intraday Pricing you need, for example:
{ "Name": "Example.RecurringSchedule.TimeTrigger3", "TimeZone": "Tokyo Standard Time", "Recurrence": { "@odata.type": "#DataScope.Select.Api.Extractions.Schedules.WeeklyRecurrence", "Days": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ] }, "Trigger": { "@odata.type": "#DataScope.Select.Api.Extractions.Schedules.TimeTrigger", "At": [ { "Hour": 23, "Minute": 59 } ] }, "ListId": "0x08d5d88dee49a11f", "ReportTemplateId": "0x08d869ab38b9a9e4", "OutputFileName": "test"}
Where <ReportTemplateId> is of a Intraday Pricing report type.
As you asked TimeZone options can be found here: https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values under column 'Name of Time Zone'.
DSS 'API Reference Tree' page: selectapi.datascope.refinitiv.com/RestApi.Help/Context/Operation?ctx=Extractions&ent=Schedule&opn=Create
Best regards,
Gareth
Hi @hiroko.goto ,
Are these postman examples what you are after?
https://developers.lseg.com/en/api-catalog/datascope-select/datascope-select-rest-api/download