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/43-5011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8188",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/8188",
         "title": "Negotiate and arrange transport of goods with shipping or freight companies.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "8192",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/8192",
         "title": "Determine method of shipment and prepare bills of lading, invoices, and other shipping documents.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "20271",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/20271",
         "title": "Track delivery progress of shipments.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "8190",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/8190",
         "title": "Advise clients on transportation and payment methods.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "8194",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/8194",
         "title": "Estimate freight or postal rates and record shipment costs and weights.",
         "importance": 60,
         "category": "Core"
      },
      {
         "id": "8201",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/8201",
         "title": "Keep records of all goods shipped, received, and stored.",
         "importance": 58,
         "category": "Core"
      },
      {
         "id": "20272",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/20272",
         "title": "Notify consignees, passengers, or customers of freight or baggage arrival and arrange for delivery.",
         "importance": 58,
         "category": "Core"
      },
      {
         "id": "8196",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/8196",
         "title": "Retrieve stored items and trace lost shipments as necessary.",
         "importance": 52,
         "category": "Core"
      },
      {
         "id": "8195",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/8195",
         "title": "Enter shipping information into a computer by hand or by a hand-held scanner that reads bar codes on goods.",
         "importance": 51,
         "category": "Core"
      },
      {
         "id": "20274",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/related/tasks/20274",
         "title": "Prepare manifests showing numbers of airplane passengers and baggage, mail, and freight weights, transmitting data to destinations.",
         "importance": 63,
         "category": "Supplemental"
      }
   ]
}