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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13792",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13792",
         "title": "Replace worn and defective parts such as switches, bearings, transmissions, belts, gears, circuit boards, or defective wiring.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13796",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13796",
         "title": "Provide repair cost estimates, and recommend whether appliance repair or replacement is a better choice.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13788",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13788",
         "title": "Disassemble appliances so that problems can be diagnosed and repairs can be made.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13810",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13810",
         "title": "Respond to emergency calls for problems such as gas leaks.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13791",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/related/tasks/13791",
         "title": "Service and repair domestic electrical or gas appliances, such as clothes washers, refrigerators, stoves, and dryers.",
         "importance": 82,
         "category": "Core"
      }
   ]
}