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-1299.08/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14666",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14666",
         "title": "Communicate with staff or clients to understand specific system requirements."
      },
      {
         "id": "14677",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14677",
         "title": "Investigate system component suitability for specified purposes, and make recommendations regarding component use."
      },
      {
         "id": "14674",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14674",
         "title": "Provide customers or installation teams guidelines for implementing secure systems."
      },
      {
         "id": "14676",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14676",
         "title": "Direct the analysis, development, and operation of complete computer systems."
      },
      {
         "id": "14689",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14689",
         "title": "Direct the installation of operating systems, network or application software, or computer or network hardware."
      }
   ]
}