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-4051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "4872",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4872",
         "title": "Set out signs and cones around work areas to divert traffic.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "4871",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4871",
         "title": "Flag motorists to warn them of obstacles or repair work ahead.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18783",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/18783",
         "title": "Perform preventative maintenance on vehicles and heavy equipment.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "4875",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4875",
         "title": "Drive trucks to transport crews and equipment to work sites.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "4878",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4878",
         "title": "Erect, install, or repair guardrails, road shoulders, berms, highway markers, warning signals, and highway lighting, using hand tools and power tools.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "4880",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4880",
         "title": "Clean and clear debris from culverts, catch basins, drop inlets, ditches, and other drain structures.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18784",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/18784",
         "title": "Drive heavy equipment and vehicles with adjustable attachments to sweep debris from paved surfaces, mow grass and weeds, remove snow and ice, and spread salt and sand.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4877",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4877",
         "title": "Haul and spread sand, gravel, and clay to fill washouts and repair road shoulders.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4876",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4876",
         "title": "Inspect, clean, and repair drainage systems, bridges, tunnels, and other structures.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "4879",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4879",
         "title": "Remove litter and debris from roadways, including debris from rock and mud slides.",
         "importance": 76,
         "category": "Core"
      }
   ]
}