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-1242.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "1299",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/1299",
         "title": "Modify existing databases and database management systems or direct programmers and analysts to make changes.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "1301",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/1301",
         "title": "Plan, coordinate, and implement security measures to safeguard information in computer files against accidental or unauthorized damage, modification or disclosure.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "21649",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/21649",
         "title": "Plan and install upgrades of database management system software to enhance database performance.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "1305",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/1305",
         "title": "Specify users and user access levels for each segment of database.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "21651",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/21651",
         "title": "Test changes to database applications or systems.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1300",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/1300",
         "title": "Test programs or databases, correct errors, and make necessary modifications.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "1303",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/1303",
         "title": "Train users and answer questions.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "21650",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/21650",
         "title": "Provide technical support to junior staff or clients.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "1302",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/1302",
         "title": "Approve, schedule, plan, and supervise the installation and testing of new products and improvements to computer systems, such as the installation of new databases.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "1298",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/related/tasks/1298",
         "title": "Develop standards and guidelines for the use and acquisition of software and to protect vulnerable information.",
         "importance": 61,
         "category": "Core"
      }
   ]
}