For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
22 4 4 9

What would be the API request message to collect an extracted file available on GUI?

dss-rest-apidss#product
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@Lukasz Ossowski

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
78.9k 250 52 74

@Lukasz Ossowski

Thanks for reaching out to us.

You can refer to the /Extractions/ExtractedFiles endpoint on the DSS REST API Reference Tree which can be used to retrieve a list of files and download files.

Get a list of files

1679367267662.png

Download a file by an extracted file ID (ExtractedFileId)

1679367319053.png

Otherwise, if you would like to download extracted files from schedule extractions, please refer to this DSS REST API: Downloading Completed Extraction Files by a Schedule Name article.

I hope that this information is of help.


1679367267662.png (69.1 KiB)
1679367319053.png (42.0 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1 0 0 0

To collect an extracted file available on a GUI through an API request, you'll first need to identify the API endpoint where the file is accessible. Then, use the HTTP GET method to request the file, setting appropriate headers such as authorization credentials and specifying the desired response format.

Upon sending the request, receive the response, and if it returns a status code of 200 (indicating success), handle the extracted file data as needed; otherwise, handle any errors based on the response status and content. The specific details of the request message, including the API endpoint and headers, will depend on the API's documentation and authentication requirements.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.