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.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18327",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18327",
         "title": "Evaluate patients' vital signs or laboratory data to determine emergency intervention needs."
      },
      {
         "id": "18334",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18334",
         "title": "Monitor patients for changes in status and indications of conditions such as sepsis or shock and institute appropriate interventions."
      },
      {
         "id": "18330",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18330",
         "title": "Administer medications intravenously, by injection, orally, through gastric tubes, or by other methods."
      },
      {
         "id": "18333",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18333",
         "title": "Monitor patients' fluid intake and output to detect emerging problems, such as fluid and electrolyte imbalances."
      },
      {
         "id": "18344",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18344",
         "title": "Prioritize nursing care for assigned critically ill patients, based on assessment data or identified needs."
      }
   ]
}