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-4193.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10311",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10311",
         "title": "Immerse workpieces in coating solutions or liquid metal or plastic for specified times.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10326",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10326",
         "title": "Adjust dials to regulate flow of current and voltage supplied to terminals to control plating processes.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10309",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10309",
         "title": "Inspect coated or plated areas for defects, such as air bubbles or uneven coverage.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10312",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10312",
         "title": "Set up, operate, or tend plating or coating machines to coat metal or plastic products with chromium, zinc, copper, cadmium, nickel, or other metal to protect or decorate surfaces.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10319",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10319",
         "title": "Observe gauges to ensure that machines are operating properly, making adjustments or stopping machines when problems occur.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10318",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10318",
         "title": "Remove objects from solutions at periodic intervals and observe objects to verify conformance to specifications.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10316",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10316",
         "title": "Maintain production records.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10342",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10342",
         "title": "Remove excess materials or impurities from objects, using air hoses or grinding machines.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10328",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10328",
         "title": "Examine completed objects to determine thicknesses of metal deposits, or measure thicknesses by using instruments such as micrometers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10327",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/related/tasks/10327",
         "title": "Rinse coated objects in cleansing liquids and dry them with cloths, centrifugal driers, or by tumbling in sawdust-filled barrels.",
         "importance": 75,
         "category": "Core"
      }
   ]
}