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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "4800",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2071.00/related/tasks/4800",
         "title": "Coordinate truck dumping."
      }
   ]
}