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/53-7081.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "7170",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/7170",
         "title": "Inspect trucks prior to beginning routes to ensure safe operating condition.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7174",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/7174",
         "title": "Drive trucks, following established routes, through residential streets or alleys or through business or industrial areas.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7171",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/7171",
         "title": "Refuel trucks or add other fluids, such as oil or brake fluid.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20313",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/20313",
         "title": "Dump refuse or recyclable materials at disposal sites.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7172",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/7172",
         "title": "Fill out defective equipment reports.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "7176",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/7176",
         "title": "Operate automated or semi-automated hoisting devices that raise refuse bins and dump contents into openings in truck bodies.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7177",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/7177",
         "title": "Dismount garbage trucks to collect garbage and remount trucks to ride to the next collection point.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "7175",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/7175",
         "title": "Operate equipment that compresses collected refuse.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "7178",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/7178",
         "title": "Communicate with dispatchers concerning delays, unsafe sites, accidents, equipment breakdowns, or other maintenance problems.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "7179",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/related/tasks/7179",
         "title": "Check road or weather conditions to determine how routes will be affected.",
         "importance": 70,
         "category": "Core"
      }
   ]
}