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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15861",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/15861",
         "title": "Propose logistics solutions for customers.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "19996",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/19996",
         "title": "Develop logistic metrics, internal analysis tools, or key performance indicators for business units.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15875",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/15875",
         "title": "Conduct logistics studies or analyses, such as time studies, zero-base analyses, rate analyses, network analyses, flow-path analyses, or supply chain analyses.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "19997",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/19997",
         "title": "Identify cost-reduction or process-improvement logistic opportunities.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "15867",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/15867",
         "title": "Review contractual commitments, customer specifications, or related information to determine logistics or support requirements.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15879",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/15879",
         "title": "Evaluate effectiveness of current or future logistical processes.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "19999",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/19999",
         "title": "Prepare logistic strategies or conceptual designs for production facilities.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "15877",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/15877",
         "title": "Provide logistics technology or information for effective and efficient support of product, equipment, or system manufacturing or service.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "15872",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/15872",
         "title": "Develop or maintain cost estimates, forecasts, or cost models.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "15876",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.01/related/tasks/15876",
         "title": "Analyze or interpret logistics data involving customer service, forecasting, procurement, manufacturing, inventory, transportation, or warehousing.",
         "importance": 71,
         "category": "Core"
      }
   ]
}