How to download maintenance notes file from DSS

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

Welcome!

It looks like you're new here. Sign in or register to get started.

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

  • zoya faberov
    zoya faberov ✭✭✭✭✭

    Hello @Ashwin.Srinivas ,

    Please see this previous discussion thread on Maintenance Notes.

    Would additionally note, that some extraction request types carry Maintenance Notes and some do not, and this would be consistent with the availability of the notes for reports in DSS GUI interface.

    Would suggest to also be sure, that on your DSS User Preferences, the option "Enable RIC Maintenance Reports" is enabled:

    userprefs.gif


  • Hi, I'm aware of the process within GUI. Could you help know how can this be done via API? Thank you.

  • Hi, I'm aware of the process within GUI. Could you help know how can this be done via API? Thank you.

  • Thank you! Let me revert for any further questions or clarifications.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.