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-6031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12149",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12149",
         "title": "Monitor machine operation to detect problems such as defective stitching, breaks in thread, or machine malfunctions.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12151",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12151",
         "title": "Place spools of thread, cord, or other materials on spindles, insert bobbins, and thread ends through machine guides and components.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12150",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12150",
         "title": "Position items under needles, using marks on machines, clamps, templates, or cloth as guides.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12153",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12153",
         "title": "Guide garments or garment parts under machine needles and presser feet to sew parts together.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12166",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12166",
         "title": "Remove holding devices and finished items from machines.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12152",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12152",
         "title": "Match cloth pieces in correct sequences prior to sewing them, and verify that dye lots and patterns match.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12160",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12160",
         "title": "Fold or stretch edges or lengths of items while sewing to facilitate forming specified sections.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12159",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12159",
         "title": "Cut excess material or thread from finished products.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12157",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12157",
         "title": "Select supplies such as fasteners and thread, according to job requirements.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12162",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/related/tasks/12162",
         "title": "Examine and measure finished articles to verify conformance to standards, using rulers.",
         "importance": 78,
         "category": "Core"
      }
   ]
}