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/49-3051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13764",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13764",
         "title": "Start motors and monitor performance for signs of malfunctioning, such as smoke, excessive vibration, or misfiring."
      },
      {
         "id": "13765",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13765",
         "title": "Document inspection and test results and work performed or to be performed."
      },
      {
         "id": "13763",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13763",
         "title": "Mount motors to boats, and operate boats at various speeds on waterways to conduct operational tests."
      },
      {
         "id": "13770",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/13770",
         "title": "Repair engine mechanical equipment, such as power tilts, bilge pumps, or power take-offs."
      },
      {
         "id": "20801",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3051.00/related/tasks/20801",
         "title": "Perform routine engine maintenance on motorboats, such as changing oil and filters."
      }
   ]
}