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-2071.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4796",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4796",
         "title": "Start machine, engage clutch, and push and move levers to guide machine along forms or guidelines and to control the operation of machine attachments.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4809",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4809",
         "title": "Fill tanks, hoppers, or machines with paving materials.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "4807",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4807",
         "title": "Control paving machines to push dump trucks and to maintain a constant flow of asphalt or other material into hoppers or screeds.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "4805",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4805",
         "title": "Observe distribution of paving material to adjust machine settings or material flow, and indicate low spots for workers to add material.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "4800",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4800",
         "title": "Coordinate truck dumping.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "4804",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4804",
         "title": "Drive machines onto truck trailers, and drive trucks to transport machines and material to and from job sites.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "4797",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4797",
         "title": "Inspect, clean, maintain, and repair equipment, using mechanics' hand tools, or report malfunctions to supervisors.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "4801",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4801",
         "title": "Set up and tear down equipment.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "4798",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4798",
         "title": "Operate machines to spread, smooth, level, or steel-reinforce stone, concrete, or asphalt on road beds.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "4806",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4806",
         "title": "Light burners or start heating units of machines, and regulate screed temperatures and asphalt flow rates.",
         "importance": 69,
         "category": "Core"
      }
   ]
}