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/53-7011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10748",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10748",
         "title": "Inform supervisors of equipment malfunctions that need to be addressed.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10750",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10750",
         "title": "Observe conveyor operations and monitor lights, dials, and gauges to maintain specified operating levels and to detect equipment malfunctions.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10747",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10747",
         "title": "Record production data such as weights, types, quantities, and storage locations of materials, as well as equipment performance problems and downtime.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10757",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10757",
         "title": "Load, unload, or adjust materials or products on conveyors by hand, by using lifts, hoists, and scoops, or by opening gates, chutes, or hoppers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10755",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10755",
         "title": "Stop equipment or machinery and clear jams, using poles, bars, and hand tools, or remove damaged materials from conveyors.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "10760",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10760",
         "title": "Distribute materials, supplies, and equipment to work stations, using lifts and trucks.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "21030",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/21030",
         "title": "Observe packages moving along conveyors to identify packages, detect defective packaging, and perform quality control.",
         "importance": 91,
         "category": "Supplemental"
      },
      {
         "id": "10756",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10756",
         "title": "Collect samples of materials or products, checking them to ensure conformance to specifications or sending them to laboratories for analysis.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "10744",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10744",
         "title": "Position deflector bars, gates, chutes, or spouts to divert flow of materials from one conveyor onto another conveyor.",
         "importance": 87,
         "category": "Supplemental"
      },
      {
         "id": "10753",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10753",
         "title": "Repair or replace equipment components or parts such as blades, rolls, and pumps.",
         "importance": 86,
         "category": "Supplemental"
      }
   ]
}