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-9022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "14334",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14334",
         "title": "Verify quality of finished workpieces by inspecting them, comparing them to templates, measuring their dimensions, or testing them in working machinery.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "14329",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14329",
         "title": "Grind, sand, clean, or polish objects or parts to correct defects or to prepare surfaces for further finishing, using hand tools and power tools.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14333",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14333",
         "title": "Measure and mark equipment, objects, or parts to ensure grinding and polishing standards are met.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14336",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14336",
         "title": "Trim, scrape, or deburr objects or parts, using chisels, scrapers, and other hand tools and equipment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14330",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14330",
         "title": "Mark defects, such as knotholes, cracks, and splits, for repair.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14340",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14340",
         "title": "Study blueprints or layouts to determine how to lay out workpieces or saw out templates.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14331",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14331",
         "title": "Move controls to adjust, start, or stop equipment during grinding and polishing processes.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14338",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14338",
         "title": "Load and adjust workpieces onto equipment or work tables, using hand tools.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14344",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14344",
         "title": "Repair and maintain equipment, objects, or parts, using hand tools.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14332",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14332",
         "title": "Select files or other abrasives, according to materials, sizes and shapes of workpieces, amount of stock to be removed, finishes specified, and steps in finishing processes.",
         "importance": 76,
         "category": "Core"
      }
   ]
}