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-1229.05/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17222",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17222",
         "title": "Direct or manage prevention programs in specialty areas such as aerospace, occupational, infectious disease, and environmental medicine."
      },
      {
         "id": "17212",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17212",
         "title": "Document or review comprehensive patients' histories with an emphasis on occupation or environmental risks."
      },
      {
         "id": "17217",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17217",
         "title": "Identify groups at risk for specific preventable diseases or injuries."
      },
      {
         "id": "17220",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17220",
         "title": "Perform epidemiological investigations of acute and chronic diseases."
      },
      {
         "id": "17214",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/related/tasks/17214",
         "title": "Supervise or coordinate the work of physicians, nurses, statisticians, or other professional staff members."
      }
   ]
}