Versions Compared

Key

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

...

We can break this down as follows.

ObjectExample
Access Tokencd2b2895-85d0-49c5-bd75-804f162da942
BaseURL

https://services.cancerimagingarchive.net

Resource/nbia-api/services
EndpointgetBodyPartValuesAndCounts
Query ParametersModality=PT

...

Code Block
titleSample Request to Logout
# Request for logout   
      
curl -H "Authorization:Bearer caa278aa-e7a9-45b8-a7ec-2c83d4b03cc0YOUR_TOKEN" -k "https://services.cancerimagingarchive.net/nbia-api/logout"

If successful, the request returns the following text.

...

titleSample Return Value

...

The request does not return any values.

REST Advanced REST APIs

The TCIA Radiology Portal’s search features use the following Advanced REST APIs.

...