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/49-9011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8388",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8388",
         "title": "Wind large springs with upward motion of arm."
      },
      {
         "id": "8387",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8387",
         "title": "Adjust doors to open or close with the correct amount of effort, or make simple adjustments to electric openers."
      },
      {
         "id": "8394",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8394",
         "title": "Carry springs to tops of doors, using ladders or scaffolding, and attach springs to tracks to install spring systems."
      },
      {
         "id": "8393",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8393",
         "title": "Repair or replace worn or broken door parts, using hand tools."
      },
      {
         "id": "8391",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8391",
         "title": "Complete required paperwork, such as work orders, according to services performed or required."
      }
   ]
}