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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17693",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17693",
         "title": "Negotiate shipping rates with freight carriers.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17684",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17684",
         "title": "Arrange for special transport of sensitive cargoes, such as livestock, food, or medical supplies.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "17700",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17700",
         "title": "Arrange for applicable duties, taxes, or paperwork for customs clearance.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "17689",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17689",
         "title": "Inform clients of factors such as shipping options, timelines, transfers, or regulations affecting shipments.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "17687",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17687",
         "title": "Prepare shipping documentation, such as bills of lading, packing lists, dock receipts, or certificates of origin.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "17701",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17701",
         "title": "Complete customs paperwork.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "17696",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17696",
         "title": "Prepare invoices or cost quotations for freight transportation.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17680",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17680",
         "title": "Select shipment routes, based on nature of goods shipped, transit times, or security needs.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "17686",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17686",
         "title": "Calculate weight, volume, or cost of goods to be moved.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "17683",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17683",
         "title": "Arrange delivery or storage of goods at destinations.",
         "importance": 84,
         "category": "Core"
      }
   ]
}