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-6062.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "21156",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/21156",
         "title": "Inspect products to ensure that the quality standards and specifications are met.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14145",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/14145",
         "title": "Place patterns on top of layers of fabric and cut fabric following patterns, using electric or manual knives, cutters, or computer numerically controlled cutting devices.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14153",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/14153",
         "title": "Start machines, monitor operations, and make adjustments as needed.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14150",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/14150",
         "title": "Adjust machine controls, such as heating mechanisms, tensions, or speeds, to produce specified products.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "14155",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/14155",
         "title": "Record information about work completed and machine settings.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14146",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/14146",
         "title": "Notify supervisors of mechanical malfunctions.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14149",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/14149",
         "title": "Inspect machinery to determine whether repairs are needed.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14152",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/14152",
         "title": "Confer with coworkers to obtain information about orders, processes, or problems.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "14147",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/14147",
         "title": "Repair or replace worn or defective parts or components, using hand tools.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "14154",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6062.00/related/tasks/14154",
         "title": "Clean, oil, and lubricate machines, using air hoses, cleaning solutions, rags, oilcans, and grease guns.",
         "importance": 63,
         "category": "Core"
      }
   ]
}