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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/details/tasks?start=11&end=19",
   "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14101",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/14101",
         "title": "Draw thread through machine guide slots, needles, and presser feet in preparation for stitching, or load rolls of wire through machine axles.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14089",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/14089",
         "title": "Study work orders or shoe part tags to obtain information about workloads, specifications, and the types of materials to be used.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14091",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/14091",
         "title": "Perform routine equipment maintenance such as cleaning and lubricating machines or replacing broken needles.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14099",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/14099",
         "title": "Test machinery to ensure proper functioning before beginning production.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14105",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/related/tasks/14105",
         "title": "Select and place spools of thread or pre-wound bobbins into shuttles, or onto spindles or loupers of stitching machines.",
         "importance": 80,
         "category": "Core"
      }
   ]
}