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-4022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 9,
   "total": 9,
   "task": [
      {
         "id": "9802",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/related/tasks/9802",
         "title": "Inspect equipment for safety prior to use, and perform necessary basic maintenance tasks.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9807",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/related/tasks/9807",
         "title": "Control hydraulic tractors equipped with tree clamps and booms to lift, swing, and bunch sheared trees.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9806",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/related/tasks/9806",
         "title": "Grade logs according to characteristics such as knot size and straightness, and according to established industry or company standards.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "9803",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/related/tasks/9803",
         "title": "Drive straight or articulated tractors equipped with accessories such as bulldozer blades, grapples, logging arches, cable winches, and crane booms to skid, load, unload, or stack logs, pull stumps, or clear brush.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9804",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/related/tasks/9804",
         "title": "Drive crawler or wheeled tractors to drag or transport logs from felling sites to log landing areas for processing and loading.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "9809",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/related/tasks/9809",
         "title": "Fill out required job or shift report forms.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "9805",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/related/tasks/9805",
         "title": "Drive tractors for building or repairing logging and skid roads.",
         "importance": 56,
         "category": "Core"
      },
      {
         "id": "9808",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/related/tasks/9808",
         "title": "Drive and maneuver tractors and tree harvesters to shear the tops off of trees, cut and limb the trees, and cut the logs into desired lengths.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "9810",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/related/tasks/9810",
         "title": "Calculate total board feet, cordage, or other wood measurement units, using conversion tables.",
         "importance": 62,
         "category": "Supplemental"
      }
   ]
}