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