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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}