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/11-9111.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "46",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/46",
         "title": "Direct, supervise and evaluate work activities of medical, nursing, technical, clerical, service, maintenance, and other personnel.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "49",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/49",
         "title": "Develop and maintain computerized record management systems to store and process data, such as personnel activities and information, and to produce reports.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "58",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/58",
         "title": "Plan, implement, and administer programs and services in a health care or medical facility, including personnel administration, training, and coordination of medical, nursing and physical plant staff.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "51",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/51",
         "title": "Conduct and administer fiscal operations, including accounting, planning budgets, authorizing expenditures, establishing rates for services, and coordinating financial reporting.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "55",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/55",
         "title": "Maintain awareness of advances in medicine, computerized diagnostic and treatment equipment, data processing technology, government regulations, health insurance changes, and financing options.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "52",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/52",
         "title": "Establish work schedules and assignments for staff, according to workload, space, and equipment availability.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "54",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/54",
         "title": "Monitor the use of diagnostic services, inpatient beds, facilities, and staff to ensure effective use of resources and assess the need for additional staff, equipment, and services.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "48",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/48",
         "title": "Direct or conduct recruitment, hiring, and training of personnel.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "56",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/56",
         "title": "Manage change in integrated health care delivery systems, such as work restructuring, technological innovations, and shifts in the focus of care.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "53",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/related/tasks/53",
         "title": "Maintain communication between governing boards, medical staff, and department heads by attending board meetings and coordinating interdepartmental functioning.",
         "importance": 76,
         "category": "Core"
      }
   ]
}