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-3028.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "22088",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22088",
         "title": "Analyze test data to identify defects or determine calibration requirements."
      },
      {
         "id": "22089",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22089",
         "title": "Attend conferences, workshops, or other training sessions to learn about new tools or methods."
      },
      {
         "id": "22090",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22090",
         "title": "Calibrate devices by comparing measurements of pressure, temperature, humidity, or other environmental conditions to known standards."
      },
      {
         "id": "22091",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22091",
         "title": "Conduct calibration tests to determine performance or reliability of mechanical, structural, or electromechanical equipment."
      },
      {
         "id": "22092",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22092",
         "title": "Develop new calibration methods or techniques based on measurement science, analyses, or calibration requirements."
      },
      {
         "id": "22093",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22093",
         "title": "Disassemble and reassemble equipment for inspection."
      },
      {
         "id": "22094",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22094",
         "title": "Draw plans for developing jigs, fixtures, instruments, or other devices."
      },
      {
         "id": "22095",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22095",
         "title": "Maintain or repair measurement devices or equipment used for calibration testing."
      },
      {
         "id": "22096",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22096",
         "title": "Operate metalworking machines to fabricate housings, jigs, fittings, or fixtures."
      },
      {
         "id": "22097",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/related/tasks/22097",
         "title": "Order replacement parts for malfunctioning equipment."
      }
   ]
}