Using the SHARE API to Grab the Latest CDISC Terminology Packages
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiquXWJX4Isx3lGWWfLu5QjebobFzox45vkgzRb_umKIqomN22xlDzoh267H0pYhon-UFz9sBfutf8n0j2E7doQ6NbD3qwPjkZ-WihqiatBtvn1PjjhXfd4fFFzMX0OV6fgS6dPZx_zF6c/s320/Sequence-API-Terminology-Pkg-sm.png)
Keeping your repository up to date with the latest CDISC Controlled Terminology (CT) packages represents a challenge to many organizations. The SHARE API make it easier to retrieve the CT packages and initiate the process of updating your repository. In this post I'll walk through the process of finding and retrieving the CT from SHARE using the API. We'll use the default media type of XML. When requesting a full CT package the XML media-type uses the NCI EVS extended versionof ODM that includes the additional metadata needed to represent the CT content. The following figure provides an overview of the steps taken to retrieve the latest CT packages using the SHARE API. The first step is to determine what CT Packages are available for loading. This can be done by using the Get Standard Terminology List API. The SHARE API is RESTful so this entails requesting the /terminology-packages resource. The default Lifecycle-Status parameter retrieves Approved Final content. ...