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/51-2061.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15003",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15003",
         "title": "Assemble and install components of timepieces to complete mechanisms, using watchmakers' tools and loupes."
      },
      {
         "id": "15004",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15004",
         "title": "Observe operation of timepiece parts and subassemblies to determine accuracy of movement, and to diagnose causes of defects."
      },
      {
         "id": "15005",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15005",
         "title": "Test operation and fit of timepiece parts and subassemblies, using electronic testing equipment, tweezers, watchmakers' tools, and loupes."
      },
      {
         "id": "15006",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15006",
         "title": "Replace specified parts to repair malfunctioning timepieces, using watchmakers' tools, loupes, and holding fixtures."
      },
      {
         "id": "15007",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15007",
         "title": "Disassemble timepieces such as watches, clocks, and chronometers so that repairs can be made."
      }
   ]
}