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/15-1211.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18090",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18090",
         "title": "Translate nursing practice information between nurses and systems engineers, analysts, or designers, using object-oriented models or other techniques."
      },
      {
         "id": "18092",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18092",
         "title": "Use informatics science to design or implement health information technology applications for resolution of clinical or health care administrative problems."
      },
      {
         "id": "18097",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18097",
         "title": "Develop or implement policies or practices to ensure the privacy, confidentiality, or security of patient information."
      },
      {
         "id": "18094",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18094",
         "title": "Analyze and interpret patient, nursing, or information systems data to improve nursing services."
      },
      {
         "id": "18101",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18101",
         "title": "Identify, collect, record, or analyze data relevant to the nursing care of patients."
      }
   ]
}