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-6042.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "24000",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/24000",
         "title": "Inspect finished products to ensure that shoes have been completed according to specifications."
      },
      {
         "id": "14094",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/14094",
         "title": "Align parts to be stitched, following seams, edges, or markings, before positioning them under needles."
      },
      {
         "id": "14100",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/14100",
         "title": "Operate or tend machines to join, decorate, reinforce, or finish shoes and shoe parts."
      },
      {
         "id": "14090",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/14090",
         "title": "Remove and examine shoes, shoe parts, and designs to verify conformance to specifications such as proper embedding of stitches in channels."
      },
      {
         "id": "14096",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/14096",
         "title": "Switch on machines, lower pressure feet or rollers to secure parts, and start machine stitching, using hand, foot, or knee controls."
      }
   ]
}