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-1041.08/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15945",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15945",
         "title": "Prepare and process import and export documentation according to customs regulations, laws, or procedures."
      },
      {
         "id": "15946",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15946",
         "title": "Clear goods through customs and to their destinations for clients."
      },
      {
         "id": "15936",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15936",
         "title": "Pay, or arrange for payment of, taxes and duties on shipments."
      },
      {
         "id": "15942",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15942",
         "title": "Calculate duty and tariff payments owed on shipments."
      },
      {
         "id": "15932",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15932",
         "title": "Request or compile necessary import documentation, such as customs invoices, certificates of origin, and cargo-control documents."
      }
   ]
}