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-2141.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1411",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/1411",
         "title": "Read and interpret blueprints, technical drawings, schematics, or computer-generated reports."
      },
      {
         "id": "20733",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/20733",
         "title": "Research, design, evaluate, install, operate, or maintain mechanical products, equipment, systems or processes to meet requirements."
      },
      {
         "id": "20736",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/20736",
         "title": "Specify system components or direct modification of products to ensure conformance with engineering design, performance specifications, or environmental regulations."
      },
      {
         "id": "1412",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/1412",
         "title": "Confer with engineers or other personnel to implement operating procedures, resolve system malfunctions, or provide technical information."
      },
      {
         "id": "20734",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/20734",
         "title": "Investigate equipment failures or difficulties to diagnose faulty operation and recommend remedial actions."
      }
   ]
}