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-1141.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1841",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1841",
         "title": "Record patients' medical information and vital signs.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "20413",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/20413",
         "title": "Administer medications to patients and monitor patients for reactions or side effects.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "1839",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1839",
         "title": "Maintain accurate, detailed reports and records.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "1840",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1840",
         "title": "Monitor, record, and report symptoms or changes in patients' conditions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "1855",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1855",
         "title": "Provide health care, first aid, immunizations, or assistance in convalescence or rehabilitation in locations such as schools, hospitals, or industry.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "1843",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1843",
         "title": "Consult and coordinate with healthcare team members to assess, plan, implement, or evaluate patient care plans.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "1846",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1846",
         "title": "Direct or supervise less-skilled nursing or healthcare personnel or supervise a particular unit.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "1845",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1845",
         "title": "Monitor all aspects of patient care, including diet and physical activity.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1850",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1850",
         "title": "Instruct individuals, families, or other groups on topics such as health education, disease prevention, or childbirth and develop health improvement programs.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1842",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1842",
         "title": "Modify patient treatment plans as indicated by patients' responses and conditions.",
         "importance": 84,
         "category": "Core"
      }
   ]
}