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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}