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/47-2081.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "13504",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13504",
         "title": "Read blueprints or other specifications to determine methods of installation, work procedures, or material or tool requirements.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13503",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13503",
         "title": "Measure and mark surfaces to lay out work, according to blueprints or drawings, using tape measures, straightedges or squares, and marking devices.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13505",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13505",
         "title": "Fit and fasten wallboard or drywall into position on wood or metal frameworks, using glue, nails, or screws.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13507",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13507",
         "title": "Measure and cut openings in panels or tiles for electrical outlets, windows, vents, plumbing, or other fixtures, using keyhole saws or other cutting tools.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "13509",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13509",
         "title": "Assemble or install metal framing or decorative trim for windows, doorways, or vents.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "13515",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13515",
         "title": "Cut metal or wood framing and trim to size, using cutting tools.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13513",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13513",
         "title": "Inspect furrings, mechanical mountings, or masonry surfaces for plumbness and level, using spirit or water levels.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13514",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13514",
         "title": "Cut fixture or border tiles to size, using keyhole saws, and insert them into surrounding frameworks.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13512",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13512",
         "title": "Cut and screw together metal channels to make floor or ceiling frames, according to plans for the location of rooms or hallways.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "13508",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13508",
         "title": "Hang drywall panels on metal frameworks of walls and ceilings in offices, schools, or other large buildings, using lifts or hoists to adjust panel heights, when necessary.",
         "importance": 68,
         "category": "Core"
      }
   ]
}