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/45-4021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "13484",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13484",
         "title": "Stop saw engines, pull cutting bars from cuts, and run to safety as tree falls.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "13485",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13485",
         "title": "Appraise trees for certain characteristics, such as twist, rot, and heavy limb growth, and gauge amount and direction of lean, to determine how to control the direction of a tree's fall with the least damage.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "13486",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13486",
         "title": "Saw back-cuts, leaving sufficient sound wood to control direction of fall.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "13487",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13487",
         "title": "Clear brush from work areas and escape routes, and cut saplings and other trees from direction of falls, using axes, chainsaws, or bulldozers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "13488",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13488",
         "title": "Measure felled trees and cut them into specified log lengths, using chain saws and axes.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13489",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13489",
         "title": "Assess logs after cutting to ensure that the quality and length are correct.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13490",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13490",
         "title": "Determine position, direction, and depth of cuts to be made, and placement of wedges or jacks.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13491",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13491",
         "title": "Control the direction of a tree's fall by scoring cutting lines with axes, sawing undercuts along scored lines with chainsaws, knocking slabs from cuts with single-bit axes, and driving wedges.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13492",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13492",
         "title": "Trim off the tops and limbs of trees, using chainsaws, delimbers, or axes.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13493",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13493",
         "title": "Select trees to be cut down, assessing factors such as site, terrain, and weather conditions before beginning work.",
         "importance": 83,
         "category": "Core"
      }
   ]
}