Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/technology/examples/Clinical%20trial%20management%20software
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 3,
   "total": 3,
   "summary": {
      "title": "Clinical trial management software",
      "description": "A Clinical Trial Management System (CTMS) is a software system used by biotechnology and pharmaceutical industries to manage clinical trials in clinical research. The system maintains and manages planning, performing and reporting functions, along with participant contact information, tracking deadlines and milestones.",
      "source_url": "https://en.wikipedia.org/wiki/Clinical_trial_management_system",
      "license_url": "https://creativecommons.org/licenses/by-sa/3.0/"
   },
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232306",
         "code": 43232306,
         "title": "Data base user interface and query software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/",
         "code": "15-2051.02",
         "title": "Clinical Data Managers",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/",
         "code": "11-9121.01",
         "title": "Clinical Research Coordinators",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/",
         "code": "11-9121.00",
         "title": "Natural Sciences Managers",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      }
   ]
}