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-6063.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "14165",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14165",
         "title": "Observe woven cloth to detect weaving defects.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "14166",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14166",
         "title": "Thread yarn, thread, and fabric through guides, needles, and rollers of machines for weaving, knitting, or other processing.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14163",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14163",
         "title": "Remove defects in cloth by cutting and pulling out filling.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14167",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14167",
         "title": "Examine looms to determine causes of loom stoppage, such as warp filling, harness breaks, or mechanical defects.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14164",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14164",
         "title": "Inspect products to ensure that specifications are met and to determine if machines need adjustment.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14168",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14168",
         "title": "Notify supervisors or repair staff of mechanical malfunctions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14170",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14170",
         "title": "Start machines, monitor operations, and make adjustments as needed.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14174",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14174",
         "title": "Stop machines when specified amounts of product have been produced.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14171",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14171",
         "title": "Inspect machinery to determine whether repairs are needed.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14173",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/related/tasks/14173",
         "title": "Confer with co-workers to obtain information about orders, processes, or problems.",
         "importance": 75,
         "category": "Core"
      }
   ]
}