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-2041.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16856",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16856",
         "title": "Develop environmental restoration project schedules and budgets.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "16862",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16862",
         "title": "Provide technical direction on environmental planning to energy engineers, biologists, geologists, or other professionals working to develop restoration plans or strategies.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "16875",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16875",
         "title": "Create habitat management or restoration plans, such as native tree restoration and weed control.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "16876",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16876",
         "title": "Conduct site assessments to certify a habitat or to ascertain environmental damage or restoration needs.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "16872",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16872",
         "title": "Collect and analyze data to determine environmental conditions and restoration needs.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "16861",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16861",
         "title": "Supervise and provide technical guidance, training, or assistance to employees working in the field to restore habitats.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16865",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16865",
         "title": "Plan environmental restoration projects, using biological databases, environmental strategies, and planning software.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16871",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16871",
         "title": "Communicate findings of environmental studies or proposals for environmental remediation to other restoration professionals.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16859",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16859",
         "title": "Apply for permits required for the implementation of environmental remediation projects.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "16864",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16864",
         "title": "Inspect active remediation sites to ensure compliance with environmental or safety policies, standards, or regulations.",
         "importance": 75,
         "category": "Core"
      }
   ]
}