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/49-3021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2933",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/2933",
         "title": "File, grind, sand, and smooth filled or repaired surfaces, using power tools and hand tools."
      },
      {
         "id": "18580",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/18580",
         "title": "Inspect repaired vehicles for proper functioning, completion of work, dimensional accuracy, and overall appearance of paint job, and test-drive vehicles to ensure proper alignment and handling."
      },
      {
         "id": "2943",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/2943",
         "title": "Fit and weld replacement parts into place, using wrenches and welding equipment, and grind down welds to smooth them, using power grinders and other tools."
      },
      {
         "id": "2938",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/2938",
         "title": "Prime and paint repaired surfaces, using paint sprayguns and motorized sanders."
      },
      {
         "id": "2935",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/2935",
         "title": "Follow supervisors' instructions as to which parts to restore or replace and how much time the job should take."
      }
   ]
}