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-4013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "7582",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/7582",
         "title": "Taste or smell foods or beverages to ensure that flavors meet specifications or to select samples with specific characteristics.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7585",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/7585",
         "title": "Measure, test, or weigh bottles, cans, or other containers to ensure that hardness, strength, or dimensions meet specifications.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "20394",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/20394",
         "title": "Maintain records of testing results or other documents as required by state or other governing agencies.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "20395",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/20395",
         "title": "Monitor and control temperature of products.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7581",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/7581",
         "title": "Analyze test results to classify products or compare results with standard tables.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7579",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/7579",
         "title": "Record or compile test results or prepare graphs, charts, or reports.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "20396",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/20396",
         "title": "Perform regular maintenance of laboratory equipment by inspecting, calibrating, cleaning, or sterilizing.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7583",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/7583",
         "title": "Examine chemical or biological samples to identify cell structures or to locate bacteria or extraneous material, using a microscope.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7576",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/7576",
         "title": "Conduct standardized tests on food, beverages, additives, or preservatives to ensure compliance with standards and regulations regarding factors such as color, texture, or nutrients.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "20397",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/related/tasks/20397",
         "title": "Train newly hired laboratory personnel.",
         "importance": 73,
         "category": "Core"
      }
   ]
}