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