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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11613",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11613",
         "title": "Inspect manholes to locate sewer line stoppages.",
         "importance": 75,
         "category": "Core"
      },
      {
         "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.",
         "importance": 73,
         "category": "Core"
      },
      {
         "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.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11610",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11610",
         "title": "Clean and repair septic tanks, sewer lines, or related structures such as manholes, culverts, and catch basins.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "11608",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11608",
         "title": "Measure excavation sites, using plumbers' snakes, tapelines, or lengths of cutting heads within sewers, and mark areas for digging.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "11612",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11612",
         "title": "Service, adjust, and make minor repairs to equipment, machines, and attachments.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "11609",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11609",
         "title": "Locate problems, using specially designed equipment, and mark where digging must occur to reach damaged tanks or pipes.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "11615",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4071.00/related/tasks/11615",
         "title": "Dig out sewer lines manually, using shovels.",
         "importance": 63,
         "category": "Core"
      }
   ]
}