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-1244.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1318",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1318",
         "title": "Maintain and administer computer networks and related computing environments, including computer hardware, systems software, applications software, and all configurations."
      },
      {
         "id": "1317",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1317",
         "title": "Perform data backups and disaster recovery operations."
      },
      {
         "id": "15205",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/15205",
         "title": "Diagnose, troubleshoot, and resolve hardware, software, or other network and system problems, and replace defective components when necessary."
      },
      {
         "id": "15206",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/15206",
         "title": "Configure, monitor, and maintain email applications or virus protection software."
      },
      {
         "id": "1320",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1320",
         "title": "Operate master consoles to monitor the performance of computer systems and networks and to coordinate computer network access and use."
      }
   ]
}