NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be will be undergoing maintenance on Monday, June 24th between 1000 ET and 1100 ET.
Wiki will remain available, but users may experience screen refreshes or HTTP 502 errors during the maintenance period. If you encounter these errors, wait 1-2 minutes, then refresh your page.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Error rendering macro 'rw-search'

null

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

...