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/49-9043.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "11833",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11833",
         "title": "Dismantle machines and remove parts for repair, using hand tools, chain falls, jacks, cranes, or hoists.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11828",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11828",
         "title": "Reassemble machines after the completion of repair or maintenance work.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11834",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11834",
         "title": "Record production, repair, and machine maintenance information.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11831",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11831",
         "title": "Lubricate or apply adhesives or other materials to machines, machine parts, or other equipment according to specified procedures.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11832",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11832",
         "title": "Install, replace, or change machine parts and attachments, according to production specifications.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11836",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11836",
         "title": "Set up and operate machines, and adjust controls to regulate operations.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11837",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11837",
         "title": "Collaborate with other workers to repair or move machines, machine parts, or equipment.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11835",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11835",
         "title": "Read work orders and specifications to determine machines and equipment requiring repair or maintenance.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11830",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11830",
         "title": "Inspect or test damaged machine parts, and mark defective areas or advise supervisors of repair needs.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11829",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/related/tasks/11829",
         "title": "Start machines and observe mechanical operation to determine efficiency and to detect problems.",
         "importance": 73,
         "category": "Core"
      }
   ]
}