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/53-1042.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20830",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/20830",
         "title": "Maintain a safe working environment by monitoring safety procedures and equipment."
      },
      {
         "id": "8562",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8562",
         "title": "Collaborate with workers and managers to solve work-related problems."
      },
      {
         "id": "8563",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8563",
         "title": "Review work throughout the work process and at completion to ensure that it has been performed properly."
      },
      {
         "id": "8566",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8566",
         "title": "Inform designated employees or departments of items loaded or problems encountered."
      },
      {
         "id": "8573",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8573",
         "title": "Inspect equipment for wear and for conformance to specifications."
      }
   ]
}