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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2043.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}