How to download maintenance notes file from DSS

Can you help how to get maintenance notes file generated on DSS. Thank you.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @Ashwin.Srinivas

    You can the HTTP GET method with the /Extractions/ExtractedFiles endpoint to get a list of files.

    1625467302127.png

    The file type of the note files is "Note". Then, you can download the file by using the /Extractions/ExtractedFiles('<ExtractedFileId>')/$value endpoint with the HTTP GET Method.

    1625467277704.png


Answers