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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17693",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/related/tasks/17693",
         "title": "Negotiate shipping rates with freight carriers."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}