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-3013.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1447",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1447",
         "title": "Develop detailed design drawings and specifications for mechanical equipment, dies, tools, and controls, using computer-assisted drafting (CAD) equipment."
      },
      {
         "id": "20964",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/20964",
         "title": "Produce three-dimensional models, using computer-aided design (CAD) software."
      },
      {
         "id": "1455",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1455",
         "title": "Lay out and draw schematic, orthographic, or angle views to depict functional relationships of components, assemblies, systems, and machines."
      },
      {
         "id": "1452",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1452",
         "title": "Modify and revise designs to correct operating deficiencies or to reduce production problems."
      },
      {
         "id": "1449",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1449",
         "title": "Review and analyze specifications, sketches, drawings, ideas, and related data to assess factors affecting component designs and the procedures and instructions to be followed."
      }
   ]
}