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