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/11-3071.04/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20942",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/20942",
         "title": "Determine appropriate equipment and staffing levels to load, unload, move, or store materials.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20943",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/20943",
         "title": "Manage activities related to strategic or tactical purchasing, material requirements planning, controlling inventory, warehousing, or receiving.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "15680",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/15680",
         "title": "Select transportation routes to maximize economy by combining shipments or consolidating warehousing and distribution.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15695",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/15695",
         "title": "Define performance metrics for measurement, comparison, or evaluation of supply chain factors, such as product cost or quality.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20944",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/20944",
         "title": "Implement new or improved supply chain processes to improve efficiency or performance.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15700",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/15700",
         "title": "Develop procedures for coordination of supply chain management with other functional areas, such as sales, marketing, finance, production, or quality assurance.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15694",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/15694",
         "title": "Confer with supply chain planners to forecast demand or create supply plans that ensure availability of materials or products.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "15696",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/15696",
         "title": "Analyze inventories to determine how to increase inventory turns, reduce waste, or optimize customer service.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "15685",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/15685",
         "title": "Negotiate prices and terms with suppliers, vendors, or freight forwarders.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15697",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/tasks/15697",
         "title": "Analyze information about supplier performance or procurement program success.",
         "importance": 75,
         "category": "Core"
      }
   ]
}