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