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-2043.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18618",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/18618",
         "title": "Prepare written and oral reports describing research results, using illustrations, maps, appendices, and other information.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9104",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/9104",
         "title": "Design and conduct scientific hydrogeological investigations to ensure that accurate and appropriate information is available for use in water resource management decisions.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9108",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/9108",
         "title": "Measure and graph phenomena such as lake levels, stream flows, and changes in water volumes.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9116",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/9116",
         "title": "Conduct research and communicate information to promote the conservation and preservation of water resources.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9102",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/9102",
         "title": "Coordinate and supervise the work of professional and technical staff, including research assistants, technologists, and technicians.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "9105",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/9105",
         "title": "Study public water supply issues, including flood and drought risks, water quality, wastewater, and impacts on wetland habitats.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "9107",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/9107",
         "title": "Apply research findings to help minimize the environmental impacts of pollution, waterborne diseases, erosion, and sedimentation.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "9100",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/9100",
         "title": "Study and document quantities, distribution, disposition, and development of underground and surface waters.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "9112",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/9112",
         "title": "Install, maintain, and calibrate instruments such as those that monitor water levels, rainfall, and sediments.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "18617",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/related/tasks/18617",
         "title": "Develop computer models for hydrologic predictions.",
         "importance": 67,
         "category": "Core"
      }
   ]
}