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-1094.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19031",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19031",
         "title": "Maintain updated client records with plans, notes, appropriate forms, or related information.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "19017",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19017",
         "title": "Advise clients or community groups on issues related to improving general health, such as diet or exercise.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "19028",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19028",
         "title": "Identify or contact members of high-risk or otherwise targeted groups, such as members of minority populations, low-income populations, or pregnant women.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "19026",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19026",
         "title": "Contact clients in person, by phone, or in writing to ensure they have completed required or recommended actions.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "19027",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19027",
         "title": "Distribute flyers, brochures, or other informational or educational documents to inform members of a targeted community.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "19036",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19036",
         "title": "Refer community members to needed health services.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "19024",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19024",
         "title": "Attend community meetings or health fairs to understand community issues or build relationships with community members.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "19033",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19033",
         "title": "Perform basic diagnostic procedures, such as blood pressure screening, breast cancer screening, or communicable disease screening.",
         "importance": 88,
         "category": "Supplemental"
      },
      {
         "id": "19016",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19016",
         "title": "Advise clients or community groups on issues related to diagnostic screenings, such as breast cancer screening, pap smears, glaucoma tests, or diabetes screenings.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "19018",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19018",
         "title": "Advise clients or community groups on issues related to risk or prevention of conditions, such as lead poisoning, human immunodeficiency virus (HIV), prenatal substance abuse, or domestic violence.",
         "importance": 76,
         "category": "Supplemental"
      }
   ]
}