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-9064.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "14977",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14977",
         "title": "Clean, rinse, and dry timepiece parts, using solutions and ultrasonic or mechanical watch-cleaning machines.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "14984",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14984",
         "title": "Adjust timing regulators, using truing calipers, watch-rate recorders, and tweezers.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "14979",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14979",
         "title": "Reassemble timepieces, replacing glass faces and batteries, before returning them to customers.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "14978",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14978",
         "title": "Disassemble timepieces and inspect them for defective, worn, misaligned, or rusty parts, using loupes.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14975",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14975",
         "title": "Oil moving parts of timepieces.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14982",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14982",
         "title": "Estimate repair costs and timepiece values.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14976",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14976",
         "title": "Repair or replace broken, damaged, or worn parts on timepieces, using lathes, drill presses, and hand tools.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14980",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14980",
         "title": "Test timepiece accuracy and performance, using meters and other electronic instruments.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14983",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14983",
         "title": "Perform regular adjustment and maintenance on timepieces, watch cases, and watch bands.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "21084",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/21084",
         "title": "Order supplies, including replacement parts, for timing instruments.",
         "importance": 82,
         "category": "Core"
      }
   ]
}