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/11-1011.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "15382",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15382",
         "title": "Monitor and evaluate effectiveness of sustainability programs.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15384",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15384",
         "title": "Develop or execute strategies to address issues such as energy use, resource conservation, recycling, pollution reduction, waste elimination, transportation, education, and building design.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "15379",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15379",
         "title": "Develop, or oversee the development of, sustainability evaluation or monitoring systems.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "15372",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15372",
         "title": "Supervise employees or volunteers working on sustainability projects.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15378",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15378",
         "title": "Develop sustainability reports, presentations, or proposals for supplier, employee, academia, media, government, public interest, or other groups.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15380",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15380",
         "title": "Develop, or oversee the development of, marketing or outreach media for sustainability projects or events.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "15368",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15368",
         "title": "Identify and evaluate pilot projects or programs to enhance the sustainability research agenda.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "15370",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15370",
         "title": "Create and maintain sustainability program documents, such as schedules and budgets.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "15375",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15375",
         "title": "Formulate or implement sustainability campaign or marketing strategies.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "15376",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/related/tasks/15376",
         "title": "Research environmental sustainability issues, concerns, or stakeholder interests.",
         "importance": 69,
         "category": "Core"
      }
   ]
}