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/51-9192.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "14368",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14368",
         "title": "Add specified amounts of chemicals to equipment at required times to maintain solution levels and concentrations.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14372",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14372",
         "title": "Observe machine operations, gauges, or thermometers, and adjust controls to maintain specified conditions.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "14373",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14373",
         "title": "Set controls to regulate temperature and length of cycles, and start conveyors, pumps, agitators, and machines.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14369",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14369",
         "title": "Drain, clean, and refill machines or tanks at designated intervals, using cleaning solutions or water.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "14367",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14367",
         "title": "Operate or tend machines to wash and remove impurities from items such as barrels or kegs, glass products, tin plate surfaces, dried fruit, pulp, animal stock, coal, manufactured articles, plastic, or rubber.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "14375",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14375",
         "title": "Record gauge readings, materials used, processing times, or test results in production logs.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "14374",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14374",
         "title": "Examine and inspect machines to detect malfunctions.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "14370",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14370",
         "title": "Measure, weigh, or mix cleaning solutions, using measuring tanks, calibrated rods or suction tubes.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "14371",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14371",
         "title": "Draw samples for laboratory analysis, or test solutions for conformance to specifications, such as acidity or specific gravity.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "14376",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14376",
         "title": "Adjust, clean, and lubricate mechanical parts of machines, using hand tools and grease guns.",
         "importance": 76,
         "category": "Supplemental"
      }
   ]
}