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-5111.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "11380",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11380",
         "title": "Document quantity, quality, type, weight, test result data, and value of materials or products to maintain shipping, receiving, and production records and files.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11383",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11383",
         "title": "Weigh or measure materials, equipment, or products to maintain relevant records, using volume meters, scales, rules, or calipers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11379",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11379",
         "title": "Collect or prepare measurement, weight, or identification labels and attach them to products.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11397",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11397",
         "title": "Examine products or materials, parts, subassemblies, and packaging for damage, defects, or shortages, using specification sheets, gauges, and standards charts.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "11391",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11391",
         "title": "Signal or instruct other workers to weigh, move, or check products.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11386",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11386",
         "title": "Collect product samples and prepare them for laboratory analysis or testing.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "11395",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11395",
         "title": "Maintain, monitor, and clean work areas, such as recycling collection sites, drop boxes, counters and windows, and areas around scale houses.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "11381",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11381",
         "title": "Compare product labels, tags, or tickets, shipping manifests, purchase orders, and bills of lading to verify accuracy of shipment contents, quality specifications, or weights.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "11394",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11394",
         "title": "Remove from stock products or loads not meeting quality standards, and notify supervisors or appropriate departments of discrepancies or shortages.",
         "importance": 84,
         "category": "Supplemental"
      },
      {
         "id": "11400",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/related/tasks/11400",
         "title": "Inspect products and examination records to determine the number of defects per worker and the reasons for examiners' rejections.",
         "importance": 83,
         "category": "Supplemental"
      }
   ]
}