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-5071.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "20276",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/20276",
         "title": "Examine shipment contents and compare with records, such as manifests, invoices, or orders, to verify accuracy.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "4742",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/4742",
         "title": "Requisition and store shipping materials and supplies to maintain inventory of stock.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "4737",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/4737",
         "title": "Prepare documents, such as work orders, bills of lading, or shipping orders, to route materials.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20277",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/20277",
         "title": "Pack, seal, label, or affix postage to prepare materials for shipping, using hand tools, power tools, or postage meter.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "4739",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/4739",
         "title": "Record shipment data, such as weight, charges, space availability, damages, or discrepancies, for reporting, accounting, or recordkeeping purposes.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "4741",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/4741",
         "title": "Confer or correspond with establishment representatives to rectify problems, such as damages, shortages, or nonconformance to specifications.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20278",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/20278",
         "title": "Deliver or route materials to departments using handtruck, conveyor, or sorting bins.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "4740",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/4740",
         "title": "Contact carrier representatives to make arrangements or to issue instructions for shipping and delivery of materials.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "20279",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/20279",
         "title": "Determine shipping methods, routes, or rates for materials to be shipped.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "4744",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/related/tasks/4744",
         "title": "Compute amounts, such as space available, shipping, storage, or demurrage charges, using computer or price list.",
         "importance": 68,
         "category": "Core"
      }
   ]
}