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-9121.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15618",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15618",
         "title": "Perform hydrologic, hydraulic, or water quality modeling."
      },
      {
         "id": "15633",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15633",
         "title": "Analyze storm water systems to identify opportunities for water resource improvements."
      },
      {
         "id": "15631",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15631",
         "title": "Conduct, or oversee the conduct of, investigations on matters such as water storage, wastewater discharge, pollutants, permits, or other compliance and regulatory issues."
      },
      {
         "id": "15634",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15634",
         "title": "Develop strategies for watershed operations to meet water supply and conservation goals or to ensure regulatory compliance with clean water laws or regulations."
      },
      {
         "id": "15630",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15630",
         "title": "Conduct technical studies for water resources on topics such as pollutants and water treatment options."
      }
   ]
}