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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}