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-1041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15216",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/15216",
         "title": "Communicate research findings on various types of diseases to health practitioners, policy makers, and the public."
      },
      {
         "id": "5421",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/5421",
         "title": "Oversee public health programs, including statistical analysis, health care planning, surveillance systems, and public health improvement."
      },
      {
         "id": "5422",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/5422",
         "title": "Investigate diseases or parasites to determine cause and risk factors, progress, life cycle, or mode of transmission."
      },
      {
         "id": "15217",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/15217",
         "title": "Educate healthcare workers, patients, and the public about infectious and communicable diseases, including disease transmission and prevention."
      },
      {
         "id": "15215",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/15215",
         "title": "Monitor and report incidents of infectious diseases to local and state health agencies."
      }
   ]
}