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