Get Therapeutic Areas

Returns the list of therapeutic areas that the ClearTrial software supports.

Method: GET

URL: /cleartrial-ws/therapeuticAreas

Sample output in JSON:

{
"List": [
    {
    "id": 1,
    "name":"Blood and Blood Forming Organs",
    "indicationsUrl":"/cleartrial-ws/therapeuticAreas/1/indications",
    "url":"/cleartrial-ws/therapeuticAreas/1"
    },
    {
    "id": 2,
    "name":"Circulatory System",
    "indicationsUrl":"/cleartrial-ws/therapeuticAreas/2/indications",
    "url":"/cleartrial-ws/therapeuticAreas/2"
    },
    {
    ...
   }
  ]
}

Sub-Resources: Indications