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-4023.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "9811",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9811",
         "title": "Evaluate log characteristics and determine grades, using established criteria.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "9812",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9812",
         "title": "Record data about individual trees or load volumes into tally books or hand-held collection terminals.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9814",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9814",
         "title": "Measure felled logs or loads of pulpwood to calculate volume, weight, dimensions, and marketable value, using measuring devices and conversion tables.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9813",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9813",
         "title": "Paint identification marks of specified colors on logs to identify grades or species, using spray cans, or call out grades to log markers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9817",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9817",
         "title": "Jab logs with metal ends of scale sticks, and inspect logs to ascertain characteristics or defects such as water damage, splits, knots, broken ends, rotten areas, twists, and curves.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "9816",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9816",
         "title": "Identify logs of substandard or special grade so that they can be returned to shippers, regraded, recut, or transferred for other processing.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "21015",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/21015",
         "title": "Arrange for hauling of logs to appropriate mill sites.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "9820",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9820",
         "title": "Weigh log trucks before and after unloading, and record load weights and supplier identities.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "9815",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9815",
         "title": "Measure log lengths and mark boles for bucking into logs, according to specifications.",
         "importance": 78,
         "category": "Supplemental"
      },
      {
         "id": "9819",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9819",
         "title": "Communicate with coworkers by signals to direct log movement.",
         "importance": 77,
         "category": "Supplemental"
      }
   ]
}