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-2031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23430",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23430",
         "title": "Follow established safety rules and regulations and maintain a safe and clean environment.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "23432",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23432",
         "title": "Measure and mark cutting lines on materials, using a ruler, pencil, chalk, and marking gauge.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23443",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23443",
         "title": "Assemble and fasten materials to make frameworks or props, using hand tools and wood screws, nails, dowel pins, or glue.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23431",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23431",
         "title": "Study specifications in blueprints, sketches, or building plans to prepare project layout and determine dimensions and materials required.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23433",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23433",
         "title": "Shape or cut materials to specified measurements, using hand tools, machines, or power saws.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23435",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23435",
         "title": "Verify trueness of structure, using plumb bob and level.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "23442",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23442",
         "title": "Inspect ceiling or floor tile, wall coverings, siding, glass, or woodwork to detect broken or damaged structures.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23440",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23440",
         "title": "Erect scaffolding or ladders for assembling structures above ground level.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "23434",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23434",
         "title": "Install structures or fixtures, such as windows, frames, floorings, trim, or hardware, using carpenters' hand or power tools.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "23438",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23438",
         "title": "Maintain records, document actions, and present written progress reports.",
         "importance": 74,
         "category": "Core"
      }
   ]
}