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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3028.00/summary/tasks?start=6&end=10",
   "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."
      }
   ]
}