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-9094.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "7124",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7124",
         "title": "Cut new or duplicate keys, using key cutting machines.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7128",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7128",
         "title": "Disassemble mechanical or electrical locking devices, and repair or replace worn tumblers, springs, and other parts, using hand tools.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "18789",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/18789",
         "title": "Cut new or duplicate keys, using impressions or code key machines.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7131",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7131",
         "title": "Open safe locks by drilling.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "18791",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/18791",
         "title": "Install door hardware, such as locks and closers.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7126",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7126",
         "title": "Insert new or repaired tumblers into locks to change combinations.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "18790",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/18790",
         "title": "Set up and maintain master key systems.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7125",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7125",
         "title": "Keep records of company locks and keys.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7127",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7127",
         "title": "Move picklocks in cylinders to open door locks without keys.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7129",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9094.00/related/tasks/7129",
         "title": "Repair and adjust safes, vault doors, and vault components, using hand tools, lathes, drill presses, and welding and acetylene cutting apparatus.",
         "importance": 65,
         "category": "Core"
      }
   ]
}