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/occupations/19-4021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "3741",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3741",
         "title": "Conduct research, or assist in the conduct of research, including the collection of information and samples, such as blood, water, soil, plants and animals.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3740",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3740",
         "title": "Use computers, computer-interfaced equipment, robotics or high-technology industrial applications to perform work duties.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3749",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3749",
         "title": "Monitor and observe experiments, recording production and test data for evaluation by research personnel.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "3747",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3747",
         "title": "Analyze experimental data and interpret results to write reports and summaries of findings.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3743",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3743",
         "title": "Provide technical support and services for scientists and engineers working in fields such as agriculture, environmental science, resource management, biology, and health sciences.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3737",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3737",
         "title": "Keep detailed logs of all work-related activities.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "20981",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/20981",
         "title": "Input data into databases.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3739",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3739",
         "title": "Isolate, identify and prepare specimens for examination.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "3742",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3742",
         "title": "Set up, adjust, calibrate, clean, maintain, and troubleshoot laboratory and field equipment.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "3744",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/related/tasks/3744",
         "title": "Clean, maintain and prepare supplies and work areas.",
         "importance": 71,
         "category": "Core"
      }
   ]
}