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