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-9095.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13878",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13878",
         "title": "Seal open sides of modular units to prepare them for shipment, using polyethylene sheets, nails, and hammers."
      },
      {
         "id": "13879",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13879",
         "title": "Move and set up mobile homes or prefabricated buildings on owners' lots or at mobile home parks."
      },
      {
         "id": "13880",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13880",
         "title": "Inspect, examine, and test the operation of parts or systems to evaluate operating condition and to determine if repairs are needed."
      },
      {
         "id": "13881",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13881",
         "title": "Connect water hoses to inlet pipes of plumbing systems, and test operation of plumbing fixtures."
      },
      {
         "id": "13882",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13882",
         "title": "Remove damaged exterior panels, repair and replace structural frame members, and seal leaks, using hand tools."
      }
   ]
}