Versions Compared

Key

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

...

For example, the API call below requests all modality values for the TCGA-BRCA collection. 

Info
iconfalse
titleExample NBIA Search with Authentication REST API Query


Code Block
curl -H "Authorization:Bearer cd2b2895-85d0-49c5-bd75-804f162da942" -k "https://services.cancerimagingarchive.net/nbia-api/services/v2/getModalityValues?Collection=TCGA-BRCA"


Note: Use double quotes on Windows and single quotes on Mac.

We can break this down as follows.

...