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-2071.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1348",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1348",
         "title": "Design, implement, maintain, or improve electrical instruments, equipment, facilities, components, products, or systems for commercial, industrial, or domestic purposes."
      },
      {
         "id": "1357",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1357",
         "title": "Oversee project production efforts to assure projects are completed on time and within budget."
      },
      {
         "id": "1350",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1350",
         "title": "Direct or coordinate manufacturing, construction, installation, maintenance, support, documentation, or testing activities to ensure compliance with specifications, codes, or customer requirements."
      },
      {
         "id": "1351",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1351",
         "title": "Perform detailed calculations to compute and establish manufacturing, construction, or installation standards or specifications."
      },
      {
         "id": "1349",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1349",
         "title": "Operate computer-assisted engineering or design software or equipment to perform engineering tasks."
      }
   ]
}