Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

We will be adding code snippets in other languages.

2024-04-08 Updated URL for SAS PROC HTTP docset to use Google; removed reference to outdated account request page.

2020-11-11: Updated to use API key authentication

2020-07-07: Added XQuery examples

2019: 10-07: Added an R example

2019-07-09: Added a Java example

2019-05-25: Added a SAS example

...

Note

Fictitious API keys are used in these example code snippets. Substitute them the keys assigned to you, which are accessible via the API Management Developer Portal at https://api.developer.library.cdisc.org. To request a CDISC Library account to access the API Management Developer Portal, visit https://www.cdisc.org/cdisc-library/api-account-request. 

Python

The objective is to obtain a list of CDISC Controlled Terminology that are loaded into the metadata repository. Two libraries you will need to make a REST API request and store the JSON output:

...