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-6064.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14183",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14183",
         "title": "Notify supervisors or mechanics of equipment malfunctions.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14190",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14190",
         "title": "Thread yarn, thread, or fabric through guides, needles, and rollers of machines.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14184",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14184",
         "title": "Start machines, monitor operation, and make adjustments as needed.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14192",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14192",
         "title": "Inspect machinery to determine whether repairs are needed.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14195",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14195",
         "title": "Record production data such as numbers and types of bobbins wound.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14188",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14188",
         "title": "Replace depleted supply packages with full packages.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14196",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14196",
         "title": "Stop machines when specified amount of products has been produced.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14186",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14186",
         "title": "Inspect products to verify that they meet specifications and to determine whether machine adjustment is needed.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14187",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14187",
         "title": "Tend machines that twist together two or more strands of yarn or insert additional twists into single strands of yarn to increase strength, smoothness, or uniformity of yarn.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14189",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14189",
         "title": "Observe operations to detect defects, malfunctions, or supply shortages.",
         "importance": 78,
         "category": "Core"
      }
   ]
}