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.04/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18002",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/18002",
         "title": "Evaluate the quality and effectiveness of nursing practice or organizational systems.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "18006",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/18006",
         "title": "Collaborate with other health care professionals and service providers to ensure optimal patient care.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20415",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/20415",
         "title": "Develop and maintain departmental policies, procedures, objectives, or patient care standards, based on evidence-based practice guidelines or expert opinion.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "18007",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/18007",
         "title": "Develop nursing service philosophies, goals, policies, priorities, or procedures.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "18014",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/18014",
         "title": "Direct or supervise nursing care staff in the provision of patient therapy.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "18016",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/18016",
         "title": "Read current literature, talk with colleagues, or participate in professional organizations or conferences to keep abreast of developments in nursing.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "18013",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/18013",
         "title": "Instruct nursing staff in areas such as the assessment, development, implementation, and evaluation of disability, illness, management, technology, or resources.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "21188",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/21188",
         "title": "Provide coaching and mentoring to other caregivers to help facilitate their professional growth and development.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20414",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/20414",
         "title": "Provide consultation to other health care providers in areas such as patient discharge, patient care, or clinical procedures.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18008",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/related/tasks/18008",
         "title": "Develop, implement, or evaluate standards of nursing practice in specialty area, such as pediatrics, acute care, and geriatrics.",
         "importance": 80,
         "category": "Core"
      }
   ]
}