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 4 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 (TBD: As of 2/1/22, this URL doesn't work.)

https://cadsr-dev.nci.nih.gov/caDSR/


Data Element Example

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

Forms Example

https://cadsr-dev.nci.nih.gov/invoke/caDSR/GetXML?query=Form[@publicId=2392775]

Forms Example with Protocol

https://cadsr-dev.nci.nih.gov/invoke/caDSR/GetXML?query=Form[Protocol[@preferredName=C3D ADOPTER TEMPLATES],@publicId=2392775|https://cadsr-dev.nci.nih.gov/invoke/caDSR/GetXML?query=Form%5bProtocol%5b@preferredName=C3D%20ADOPTER%20TEMPLATES%5d,@publicId=2392775]

REST API Example

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



  • No labels