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/17-3026.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20516",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/20516",
         "title": "Test selected products at specified stages in the production process for performance characteristics or adherence to specifications."
      },
      {
         "id": "3672",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/3672",
         "title": "Compile and evaluate statistical data to determine and maintain quality and reliability of products."
      },
      {
         "id": "3660",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/3660",
         "title": "Study time, motion, methods, or speed involved in maintenance, production, or other operations to establish standard production rate or improve efficiency."
      },
      {
         "id": "3668",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/3668",
         "title": "Read worker logs, product processing sheets, or specification sheets to verify that records adhere to quality assurance specifications."
      },
      {
         "id": "20518",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/20518",
         "title": "Verify that equipment is being operated and maintained according to quality assurance standards by observing worker performance."
      }
   ]
}