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-9031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13789",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13789",
         "title": "Bill customers for repair work, and collect payment."
      },
      {
         "id": "13799",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13799",
         "title": "Observe and examine appliances during operation to detect specific malfunctions such as loose parts or leaking fluid."
      },
      {
         "id": "13793",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13793",
         "title": "Talk to customers or refer to work orders to establish the nature of appliance malfunctions."
      },
      {
         "id": "13801",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13801",
         "title": "Refer to schematic drawings, product manuals, and troubleshooting guides to diagnose and repair problems."
      },
      {
         "id": "13790",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13790",
         "title": "Trace electrical circuits, following diagrams, and conduct tests with circuit testers and other equipment to locate shorts and grounds."
      }
   ]
}