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/51-9061.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12472",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12472",
         "title": "Discard or reject products, materials, or equipment not meeting specifications."
      },
      {
         "id": "12478",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12478",
         "title": "Mark items with details, such as grade or acceptance-rejection status."
      },
      {
         "id": "12480",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12480",
         "title": "Measure dimensions of products to verify conformance to specifications, using measuring instruments, such as rulers, calipers, gauges, or micrometers."
      },
      {
         "id": "20299",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/20299",
         "title": "Notify supervisors or other personnel of production problems."
      },
      {
         "id": "12474",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12474",
         "title": "Inspect, test, or measure materials, products, installations, or work for conformance to specifications."
      }
   ]
}