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-3033.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "8615",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8615",
         "title": "Obey traffic laws and follow established traffic and transportation procedures.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "8617",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8617",
         "title": "Report any mechanical problems encountered with vehicles.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "8620",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8620",
         "title": "Verify the contents of inventory loads against shipping papers.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "8616",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8616",
         "title": "Inspect and maintain vehicle supplies and equipment, such as gas, oil, water, tires, lights, or brakes, to ensure that vehicles are in proper working condition.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "8623",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8623",
         "title": "Read maps and follow written or verbal geographic directions.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "8619",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8619",
         "title": "Load and unload trucks, vans, or automobiles.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "8618",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8618",
         "title": "Present bills and receipts and collect payments for goods delivered or loaded.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8622",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8622",
         "title": "Maintain records, such as vehicle logs, records of cargo, or billing statements, in accordance with regulations.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "8626",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8626",
         "title": "Drive vehicles with capacities under three tons to transport materials to and from specified destinations, such as railroad stations, plants, residences, offices, or within industrial yards.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8621",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/related/tasks/8621",
         "title": "Turn in receipts and money received from deliveries.",
         "importance": 92,
         "category": "Supplemental"
      }
   ]
}