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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "15968",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.05/related/tasks/15968",
         "title": "Review and revise sustainability proposals or policies."
      }
   ]
}