NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

The Swagger files for all available caDSR II REST APIs can be found here as the caDSR II API Portal. A new caDSR II API has been created for retrieving a caDSR form with all its collections, or "flattened". This means for a given form, all Modules, Questions, Valid Values and related instructions are returned in one call. The results are returned as a JSON file.

The primary caDSR II APIs have been designed with ease of migration for existing customers. There is a change to the syntax of the URLs, but everything else is the same.  For example to retrieve the latest version of CDE with public Id 62 the legacy API: 

...

  • Both the publicId and latestVersionIndicator attribute criteria on DataElement are in brackets separated by a comma ","
  • Class and attribute names are the same as in the legacy format
  • XML, HTML and now JSON formats are available. To switch object format change the "Get" parameter: GetXML, GetHTML, GetJSON

...

Include Page
caDSR API Examples
caDSR API Examples

...