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/17-2111.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21860",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21860",
         "title": "Investigate industrial accidents, injuries, or occupational diseases to determine causes and preventive measures."
      },
      {
         "id": "21861",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21861",
         "title": "Conduct research to evaluate safety levels for products."
      },
      {
         "id": "21862",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21862",
         "title": "Evaluate product designs for safety."
      },
      {
         "id": "21863",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21863",
         "title": "Conduct or coordinate worker training in areas such as safety laws and regulations, hazardous condition monitoring, and use of safety equipment."
      },
      {
         "id": "21864",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21864",
         "title": "Maintain and apply knowledge of current policies, regulations, and industrial processes."
      }
   ]
}