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-1231.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "19004",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/19004",
         "title": "Back up network data."
      },
      {
         "id": "18991",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/18991",
         "title": "Configure security settings or access permissions for groups or individuals."
      },
      {
         "id": "19003",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/19003",
         "title": "Analyze and report computer network security breaches or attempted breaches."
      },
      {
         "id": "18995",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/18995",
         "title": "Identify the causes of networking problems, using diagnostic testing software and equipment."
      },
      {
         "id": "18993",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/18993",
         "title": "Document network support activities."
      }
   ]
}