Get study information

Retrieve information associated to a study.

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 path parameters values.

Get a list of all your studies

Run the following cURL command to get a list of all your studies and their details:

curl -X GET "https://tenant.clinicalone.oraclecloud.com/ec-designer-svc/rest/v3.0/studies"

Take note of the studyID, version and mode, as they are required for most Clinical One API calls. Study mode is either active, test or training. Study version is a four digit code, for example 1.0.0.1.

For more details on this API, like its parameters and response objects, see Get a list of all studies.

Tip:

There are many different Clinical One APIs that could provide the information you are looking for. 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.