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-2112.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2112.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16393",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.01/related/tasks/16393",
         "title": "Collect data through direct observation of work activities or witnessing the conduct of tests."
      },
      {
         "id": "16378",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.01/related/tasks/16378",
         "title": "Conduct interviews or surveys of users or customers to collect information on topics, such as requirements, needs, fatigue, ergonomics, or interfaces."
      },
      {
         "id": "16396",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.01/related/tasks/16396",
         "title": "Advocate for end users in collaboration with other professionals, including engineers, designers, managers, or customers."
      },
      {
         "id": "16387",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.01/related/tasks/16387",
         "title": "Inspect work sites to identify physical hazards."
      },
      {
         "id": "16381",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.01/related/tasks/16381",
         "title": "Prepare reports or presentations summarizing results or conclusions of human factors engineering or ergonomics activities, such as testing, investigation, or validation."
      }
   ]
}