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/13-1199.05/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "15981",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15981",
         "title": "Develop sustainability project goals, objectives, initiatives, or strategies in collaboration with other sustainability professionals.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15980",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15980",
         "title": "Monitor or track sustainability indicators, such as energy usage, natural resource usage, waste generation, and recycling.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15979",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15979",
         "title": "Assess or propose sustainability initiatives, considering factors such as cost effectiveness, technical feasibility, and acceptance.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15973",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15973",
         "title": "Provide technical or administrative support for sustainability programs or issues.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "15968",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15968",
         "title": "Review and revise sustainability proposals or policies.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "15976",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15976",
         "title": "Develop reports or presentations to communicate the effectiveness of sustainability initiatives.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "15975",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15975",
         "title": "Create or maintain plans or other documents related to sustainability projects.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "15978",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15978",
         "title": "Collect information about waste stream management or green building practices to inform decision makers.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "15969",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15969",
         "title": "Research or review regulatory, technical, or market issues related to sustainability.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "15970",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15970",
         "title": "Identify or investigate violations of natural resources, waste management, recycling, or other environmental policies.",
         "importance": 68,
         "category": "Core"
      }
   ]
}