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-3021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10888",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/related/tasks/10888",
         "title": "Test aircraft systems under simulated operational conditions, performing systems readiness tests and pre- and post-operational checkouts, to establish design or fabrication parameters."
      },
      {
         "id": "10885",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/related/tasks/10885",
         "title": "Identify required data, data acquisition plans, and test parameters, setting up equipment to conform to these specifications."
      },
      {
         "id": "10881",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/related/tasks/10881",
         "title": "Inspect, diagnose, maintain, and operate test setups and equipment to detect malfunctions."
      },
      {
         "id": "10883",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/related/tasks/10883",
         "title": "Confer with engineering personnel regarding details and implications of test procedures and results."
      },
      {
         "id": "10887",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/related/tasks/10887",
         "title": "Operate and calibrate computer systems and devices to comply with test requirements and to perform data acquisition and analysis."
      }
   ]
}