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/15-1232.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "1285",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1285",
         "title": "Oversee the daily performance of computer systems.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "1286",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1286",
         "title": "Set up equipment for employee use, performing or ensuring proper installation of cables, operating systems, or appropriate software.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "1288",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1288",
         "title": "Read technical manuals, confer with users, or conduct computer diagnostics to investigate and resolve problems or to provide technical assistance and support.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "1282",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1282",
         "title": "Answer user inquiries regarding computer software or hardware operation to resolve problems.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "1284",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1284",
         "title": "Install and perform minor repairs to hardware, software, or peripheral equipment, following design or installation specifications.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1289",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1289",
         "title": "Confer with staff, users, and management to establish requirements for new systems or modifications.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "1283",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1283",
         "title": "Enter commands and observe system functioning to verify correct operations and detect errors.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "1287",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1287",
         "title": "Maintain records of daily data communication transactions, problems and remedial actions taken, or installation activities.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "1291",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1291",
         "title": "Refer major hardware or software problems or defective products to vendors or technicians for service.",
         "importance": 60,
         "category": "Core"
      },
      {
         "id": "1292",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1292",
         "title": "Prepare evaluations of software or hardware, and recommend improvements or upgrades.",
         "importance": 60,
         "category": "Core"
      }
   ]
}