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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2934",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/2934",
         "title": "Sand body areas to be painted and cover bumpers, windows, and trim with masking tape or paper to protect them from the paint.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2941",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/2941",
         "title": "Chain or clamp frames and sections to alignment machines that use hydraulic pressure to align damaged components.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2944",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/2944",
         "title": "Position dolly blocks against surfaces of dented areas and beat opposite surfaces to remove dents, using hammers.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "2937",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/2937",
         "title": "Cut and tape plastic separating film to outside repair areas to avoid damaging surrounding surfaces during repair procedure and remove tape and wash surfaces after repairs are complete.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "2946",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/related/tasks/2946",
         "title": "Review damage reports, prepare or review repair cost estimates, and plan work to be performed.",
         "importance": 79,
         "category": "Core"
      }
   ]
}