Download report

Make a GET request to download any completed report.

Note:

  • To run these Oracle Clinical One Platform API calls, you need to include an authentication token. For instructions on how to generate your authentication token, see Get a token for authentication and Use the token to make an API request.
  • For every API call make sure you construct the URL using the correct server URL and parameters values.
For the following API calls, you need the studyID and mode. These values are retrieved as part of a prerequisite, see Get study information.

Download report based on job ID

Given a downloadId, run the following cURL call to download a report:

curl -X GET "https://tenant.clinicalone.oraclecloud.com/ec-reporting-svc/rest/v2.0/reports/download?studyId={studyId}&mode={mode}&id={downloadId}"

For more information on this API, like its parameters and response objects, see Get a report based on job ID.

Tip:

There are many different Clinical One APIs that could help you complete a particular task. Browse for these and other related APIs under the Tasks section of this guide. If you see any deprecated endpoint, look for its newest version.