ODM extract for metadata

Make a GET request to generate ODM data extract for metadata.

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.

Generate ODM extract for metadta

Run the following cURL call to generate an ODM data extract for metadata:

curl -X GET "https://tenant.clinicalone.oraclecloud.com/ec-datahub-svc/rest/v4.0/studies/{studyId}/{mode}/odm/metadata"

The response of this API call contains ODM-XML information. For more information about the response elements contained in the meta data extract, see ODM-XML reference.

To learn more about running ODM Extracts for meta data and specific query parameters see ODM extract for metadata.

Tip:

There are many different Clinical One APIs that can provide data relevant to you. 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.