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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/details/tasks?start=11&end=16",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5423",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/5423",
         "title": "Plan and direct studies to investigate human or animal disease, preventive methods, and treatments for disease.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "5425",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/5425",
         "title": "Provide expertise in the design, management and evaluation of study protocols and health status questionnaires, sample selection, and analysis.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "23961",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/23961",
         "title": "Write articles for publication in professional journals.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "5429",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/5429",
         "title": "Identify and analyze public health issues related to foodborne parasitic diseases and their impact on public policies, scientific studies, or surveys.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "23962",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1041.00/related/tasks/23962",
         "title": "Write grant applications to fund epidemiologic research.",
         "importance": 71,
         "category": "Core"
      }
   ]
}