Hi,
when retrieving Schedules via DSS Rest api (https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/Schedules ) what are the schedules that are extracted? The list I am retrieving does not match with the one that is visible via GUI: file ScheduleListApi.txt contains the response via API, while this is the list via GUI:
For example:
- API show a schedule called test_schedule_pme, that is not present via GUI.
- via API all the schedules created in 2021 are not available. Neither if I explicitely try to retrieve them by name (https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ScheduleGetByName(ScheduleName='test_schedule_tgi'):
{ "error": { "message": "Exception of type 'DataScope.Select.Core.Exceptions.NotFoundException`1[ThomsonReuters.Dss.Api.Extractions.Schedules.Schedule]' was thrown." } }
Thanks