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-9111.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3142",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3142",
         "title": "Attach identification labels to finished packaged items, or cut stencils and stencil information on containers, such as lot numbers or shipping destinations.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "3134",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3134",
         "title": "Sort, grade, weigh, and inspect products, verifying and adjusting product weight or measurement to meet specifications.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "3129",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3129",
         "title": "Stop or reset machines when malfunctions occur, clear machine jams, and report malfunctions to a supervisor.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "3124",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3124",
         "title": "Observe machine operations to ensure quality and conformity of filled or packaged products to standards.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "3127",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3127",
         "title": "Remove finished packaged items from machine and separate rejected items.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "3136",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3136",
         "title": "Monitor the production line, watching for problems such as pile-ups, jams, or glue that isn't sticking properly.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3132",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3132",
         "title": "Inspect and remove defective products and packaging material.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3138",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3138",
         "title": "Start machine by engaging controls.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3126",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3126",
         "title": "Tend or operate machine that packages product.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3135",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3135",
         "title": "Clean, oil, and make minor adjustments or repairs to machinery and equipment, such as opening valves or setting guides.",
         "importance": 84,
         "category": "Core"
      }
   ]
}