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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15898",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/related/tasks/15898",
         "title": "Maintain databases of logistics information."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}