NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The following page lists the available REST APIs:

https://cadsrapi-dev.cancer.gov/NCIAPIPortal/listAPIs

For example, the "Get Form Data with Collections" API accepts a Form ID and Protocol ID as input and returns all the components of the form: Form information, Modules, Questions, and Valid Values, including all instructions for each section of the form.


Example page 

https://cadsrapi-dev.cancer.gov/caDSR/

(TBD: Is there someone who can add an example URL for example 14, so I can resolve the TBD in caDSR II - caDSR APIs?)


Data Element Example

https://cadsrapi-dev.cancer.gov/invoke/caDSR/GetXML?query=DataElement[@publicId=62,@version=6]

Forms Example

https://cadsrapi-dev.cancer.gov/invoke/caDSR/GetXML?query=Form[@publicId=2392775]

Forms Example with Protocol

https://cadsrapi-dev.cancer.gov/invoke/caDSR/GetXML?query=Form[Protocol[@preferredName=C3D ADOPTER TEMPLATES],@publicId=2392775]

REST API Example

https://cadsrapi-dev.cancer.gov/rad/caDSR.restapi:GetXML_rad/GetXML/query=DataElement[@publicId=62,@version=6]



  • No labels