How can I locate and get the notes file when using DSS API?
I am using the GUI version and it is not available on the Extracted Files page
Hello @kath.d,
You can obtain notes using API directly with the result, if you use ExtractWithNotes endpoint as described in detail in tutorial REST API Tutorial 2: On Demand End of Day Extraction.
If you use ExtractRaw, you can still obtain it via a call to check request status, see Check request status - HTTP request.
Please also note that on-demand API requests's extracted files will not be visible via DSS GUI, only scheduled extraction results over API, see REST API Tutorial 10: GUI control calls: immediate extract tutorial, are assessible via DSS GUI.
Thank you Zoya!