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-9051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "4963",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4963",
         "title": "Monitor equipment operation, gauges, and panel lights to detect deviations from standards.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "4966",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4966",
         "title": "Confer with supervisors or other equipment operators to report equipment malfunctions or to resolve production problems.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "4962",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4962",
         "title": "Press and adjust controls to activate, set, and regulate equipment according to specifications.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "4965",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4965",
         "title": "Record gauge readings, test results, and shift production in log books.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "4964",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4964",
         "title": "Read and interpret work orders and instructions to determine work assignments, process specifications, and production schedules.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4967",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4967",
         "title": "Examine or test samples of processed substances, or collect samples for laboratory testing, to ensure conformance to specifications.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4969",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4969",
         "title": "Transport materials and products to and from work areas, manually or using carts, handtrucks, or hoists.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "4970",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4970",
         "title": "Stop equipment and clear blockages or jams, using fingers, wire, or hand tools.",
         "importance": 80,
         "category": "Supplemental"
      },
      {
         "id": "4976",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4976",
         "title": "Load equipment receptacles or conveyors with material to be processed, by hand or using hoists.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "4971",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4971",
         "title": "Remove products from equipment, manually or using hoists, and prepare them for storage, shipment, or additional processing.",
         "importance": 77,
         "category": "Supplemental"
      }
   ]
}