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/19-1032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "195",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/195",
         "title": "Monitor contract compliance and results of forestry activities to assure adherence to government regulations.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "200",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/200",
         "title": "Negotiate terms and conditions of agreements and contracts for forest harvesting, forest management and leasing of forest lands.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "205",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/205",
         "title": "Plan and implement projects for conservation of wildlife habitats and soil and water quality.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "196",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/196",
         "title": "Establish short- and long-term plans for management of forest lands and forest resources.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "212",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/212",
         "title": "Plan cutting programs and manage timber sales from harvested areas, assisting companies to achieve production goals.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "202",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/202",
         "title": "Determine methods of cutting and removing timber with minimum waste and environmental damage.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "207",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/207",
         "title": "Perform inspections of forests or forest nurseries.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "208",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/208",
         "title": "Map forest area soils and vegetation to estimate the amount of standing timber and future value and growth.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "204",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/204",
         "title": "Monitor forest-cleared lands to ensure that they are reclaimed to their most suitable end use.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "219",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1032.00/related/tasks/219",
         "title": "Develop techniques for measuring and identifying trees.",
         "importance": 61,
         "category": "Core"
      }
   ]
}