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-6051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "23850",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23850",
         "title": "Prepare and submit reports after completion of freight shipments.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23851",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23851",
         "title": "Inspect shipments to ensure that freight is securely braced and blocked.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23852",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23852",
         "title": "Record details about freight conditions, handling of freight, and any problems encountered.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23853",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23853",
         "title": "Advise crews in techniques of stowing dangerous and heavy cargo.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "23854",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23854",
         "title": "Observe loading of freight to ensure that crews comply with procedures.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23855",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23855",
         "title": "Recommend remedial procedures to correct any violations found during inspections.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23856",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23856",
         "title": "Inspect loaded cargo, cargo lashed to decks or in storage facilities, and cargo handling devices to determine compliance with health and safety regulations and need for maintenance.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "23857",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23857",
         "title": "Notify workers of any special treatment required for shipments.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "23858",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23858",
         "title": "Direct crews to reload freight or to insert additional bracing or packing as necessary.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "23859",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23859",
         "title": "Check temperatures and humidities of shipping and storage areas to ensure that they are at appropriate levels to protect cargo.",
         "importance": 73,
         "category": "Core"
      }
   ]
}