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/47-4071.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11602",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11602",
         "title": "Communicate with supervisors and other workers, using equipment such as wireless phones, pagers, or radio telephones."
      },
      {
         "id": "11601",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11601",
         "title": "Drive trucks to transport crews, materials, and equipment."
      },
      {
         "id": "11613",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11613",
         "title": "Inspect manholes to locate sewer line stoppages."
      },
      {
         "id": "11604",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11604",
         "title": "Operate sewer cleaning equipment, including power rodders, high-velocity water jets, sewer flushers, bucket machines, wayne balls, and vac-alls."
      },
      {
         "id": "11603",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11603",
         "title": "Prepare and keep records of actions taken, including maintenance and repair work."
      }
   ]
}