Child pages
  • TCIA Programmatic Interface (REST API) Usage Guide v1

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove copy/paste duplication

...

The full API consists of a base URL followed by the api, the api_key and the query parameters in that order.

For example, in the following API: http://10.28.163.174:9099/services/TCIA/TCIA/query/getSeries?api_key=a9312dfe-4465-4e0b-8b76-8eeab0b77ce5&collection=TCGA-GBM&patient_id=1.2.3&study_instance_uid=4.5.6&Image Removed
The base URL is: http://10.28.163.174:9099/services/TCIA/TCIA/query/Image Removed The API endpoint is getSeries
The api_key is provided as follows: ?api_key=a9312dfe-4235-4e0b-8b76-8fghqab0b77ce5
And the three query parameters are provided as follows: &collection=TCGA-GBM&patient_id=1.2.3&study_instance_uid=4.5.6&
NOTE: The order in which the query parameters are provided does not matter.
The full API consists of a base URL followed by the api, the api_key and the query parameters in that order.

For example, in the following URL:

Code Block
 http://services.cancerimagingarchive.net:9099/services/TCIA/TCIA/query/getSeries?api_key=a9312dfe-4465-4e0b-8b76-8eeab0b77ce5&collection=TCGA-GBM&patient_id=1.2.3&study_instance_uid=4.5.6

...