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-1241.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18968",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18968",
         "title": "Develop disaster recovery plans."
      },
      {
         "id": "18971",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18971",
         "title": "Develop or recommend network security measures, such as firewalls, network security audits, or automated security probes."
      },
      {
         "id": "18965",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18965",
         "title": "Develop and implement solutions for network problems."
      },
      {
         "id": "18977",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18977",
         "title": "Maintain networks by performing activities such as file addition, deletion, or backup."
      },
      {
         "id": "18960",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18960",
         "title": "Coordinate network operations, maintenance, repairs, or upgrades."
      }
   ]
}