How does the REST API return the content of a notes file and at what time is it typically available?
For a deeper look into our DataScope Select SOAP API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
How does the REST API return the content of a notes file and at what time is it typically available?
For scheduled extractions, it will be one of the files listed in the files collection under the extraction and is available at the same time as the initial results files (for instance, if there was a 15 minute embargo in play, you will get the notes file immediately even though you may be waiting for some data files)
For On Demand, the ExtractWithNotes() results contains both a messages collection that contain the notes and a data results collection that contains the extraction data.
NOTE: The Extract() call is OBSOLETE and will be factored out in a future version.