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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-4023.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}