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-3032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20693",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/20693",
         "title": "Check all load-related documentation for completeness and accuracy.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "20692",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/20692",
         "title": "Inspect loads to ensure that cargo is secure.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10636",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/10636",
         "title": "Check vehicles to ensure that mechanical, safety, and emergency equipment is in good working order.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "10651",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/10651",
         "title": "Crank trailer landing gear up or down to safely secure vehicles.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "10638",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/10638",
         "title": "Obtain receipts or signatures for delivered goods and collect payment for services when required.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "10637",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/10637",
         "title": "Maintain logs of working hours or of vehicle service or repair status, following applicable state and federal regulations.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10643",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/10643",
         "title": "Read bills of lading to determine assignment details.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10644",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/10644",
         "title": "Report vehicle defects, accidents, traffic violations, or damage to the vehicles.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10653",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/10653",
         "title": "Perform basic vehicle maintenance tasks, such as adding oil, fuel, or radiator fluid, performing minor repairs, or washing trucks.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10646",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/related/tasks/10646",
         "title": "Couple or uncouple trailers by changing trailer jack positions, connecting or disconnecting air or electrical lines, or manipulating fifth-wheel locks.",
         "importance": 88,
         "category": "Core"
      }
   ]
}