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/21-1091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "20236",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/20236",
         "title": "Prepare and distribute health education materials, such as reports, bulletins, and visual aids, to address smoking, vaccines, and other public health concerns.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9218",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/9218",
         "title": "Develop and maintain cooperative working relationships with agencies and organizations interested in public health care.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9222",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/9222",
         "title": "Maintain databases, mailing lists, telephone networks, and other information to facilitate the functioning of health education programs.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9216",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/9216",
         "title": "Document activities and record information, such as the numbers of applications completed, presentations conducted, and persons assisted.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9217",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/9217",
         "title": "Develop and present health education and promotion programs, such as training workshops, conferences, and school or community presentations.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9221",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/9221",
         "title": "Collaborate with health specialists and civic groups to determine community health needs and the availability of services and to develop goals for meeting needs.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "9229",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/9229",
         "title": "Develop, conduct, or coordinate health needs assessments and other public health surveys.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "9223",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/9223",
         "title": "Supervise professional and technical staff in implementing health programs, objectives, and goals.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "9220",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/9220",
         "title": "Develop operational plans and policies necessary to achieve health education objectives and services.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "9225",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1091.00/related/tasks/9225",
         "title": "Provide program information to the public by preparing and presenting press releases, conducting media campaigns, or maintaining program-related Web sites.",
         "importance": 70,
         "category": "Core"
      }
   ]
}