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/13-1081.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15898",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15898",
         "title": "Maintain databases of logistics information.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20009",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/20009",
         "title": "Remotely monitor the flow of vehicles or inventory, using Web-based logistics information systems to track vehicles or containers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15889",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15889",
         "title": "Communicate with or monitor service providers, such as ocean carriers, air freight forwarders, global consolidators, customs brokers, or trucking companies.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15890",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15890",
         "title": "Track product flow from origin to final delivery.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "15903",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15903",
         "title": "Interpret data on logistics elements, such as availability, maintainability, reliability, supply chain management, strategic sourcing or distribution, supplier management, or transportation.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "15893",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15893",
         "title": "Recommend improvements to existing or planned logistics processes.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "15904",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15904",
         "title": "Apply analytic methods or tools to understand, predict, or control logistics operations or processes.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15895",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15895",
         "title": "Prepare reports on logistics performance measures.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15883",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15883",
         "title": "Enter logistics-related data into databases.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "15894",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15894",
         "title": "Provide ongoing analyses in areas such as transportation costs, parts procurement, back orders, or delivery processes.",
         "importance": 74,
         "category": "Core"
      }
   ]
}