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/29-1229.05/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "17222",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17222",
         "title": "Direct or manage prevention programs in specialty areas such as aerospace, occupational, infectious disease, and environmental medicine.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17212",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17212",
         "title": "Document or review comprehensive patients' histories with an emphasis on occupation or environmental risks.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "17217",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17217",
         "title": "Identify groups at risk for specific preventable diseases or injuries.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "17220",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17220",
         "title": "Perform epidemiological investigations of acute and chronic diseases.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "17214",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17214",
         "title": "Supervise or coordinate the work of physicians, nurses, statisticians, or other professional staff members.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "17218",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17218",
         "title": "Design or use surveillance tools, such as screening, lab reports, and vital records, to identify health risks.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "17219",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17219",
         "title": "Direct public health education programs dealing with topics such as preventable diseases, injuries, nutrition, food service sanitation, water supply safety, sewage and waste disposal, insect control, and immunizations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "17216",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17216",
         "title": "Evaluate the effectiveness of prescribed risk reduction measures or other interventions.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "17225",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17225",
         "title": "Provide information about potential health hazards and possible interventions to the media, the public, other health care professionals, or local, state, and federal health authorities.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "17211",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17211",
         "title": "Teach or train medical staff regarding preventive medicine issues.",
         "importance": 76,
         "category": "Core"
      }
   ]
}