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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/details/tasks?start=11&end=20",
   "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "15941",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15941",
         "title": "Classify goods according to tariff coding system.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "15933",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15933",
         "title": "Stay abreast of changes in import or export laws or regulations by reading current literature, attending meetings or conferences, or conferring with colleagues.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "15924",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15924",
         "title": "Sign documents on behalf of clients, using powers of attorney.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "15944",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15944",
         "title": "Advise customers on import and export restrictions, tariff systems, insurance requirements, quotas, or other customs-related matters.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15926",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.08/related/tasks/15926",
         "title": "Post bonds for the products being imported or assist clients in obtaining bonds.",
         "importance": 79,
         "category": "Core"
      }
   ]
}