FileMeta

Retrieve FileMeta by ID.

To get the file content, make a GET request to signedDataUrl and if the file is uploaded as as a PULS XML file, then you can download the CSV version via signedDataUrlCsv. To get release notes content, make a GET request to signedNotesUrl. The signed URL will contain all the necessary information for the server to authenticate you and grant you access to the file.
If you are using a browser, you can simply open the signed URL in your browser. The browser will download the file to your computer.

Note: Presigned URLs are typically only valid for a limited period of time. If you try to access a presigned URL after it has expired, you will get an error.

Language
Authorization
Click Try It! to start a request and see the response here!