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.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8932",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/8932",
         "title": "Maintain and develop positive business relationships with a customer's key personnel involved in, or directly relevant to, a logistics activity.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "8933",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/8933",
         "title": "Develop an understanding of customers' needs and take actions to ensure that such needs are met.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8950",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/8950",
         "title": "Manage subcontractor activities, reviewing proposals, developing performance specifications, and serving as liaisons between subcontractors and organizations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8943",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/8943",
         "title": "Develop proposals that include documentation for estimates.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8937",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/8937",
         "title": "Review logistics performance with customers against targets, benchmarks, and service agreements.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8934",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/8934",
         "title": "Direct availability and allocation of materials, supplies, and finished products.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8949",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/8949",
         "title": "Redesign the movement of goods to maximize value and minimize costs.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8942",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/8942",
         "title": "Explain proposed solutions to customers, management, or other interested parties through written proposals and oral presentations.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8939",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/8939",
         "title": "Direct team activities, establishing task priorities, scheduling and tracking work assignments, providing guidance, and ensuring the availability of resources.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20847",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/tasks/20847",
         "title": "Perform managerial duties such as hiring and training employees and overseeing facility needs or requirements.",
         "importance": 75,
         "category": "Core"
      }
   ]
}