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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/details/tasks?start=11&end=20",
   "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14675",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14675",
         "title": "Monitor system operation to detect potential problems.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14673",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14673",
         "title": "Identify system data, hardware, or software components required to meet user needs.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "14678",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14678",
         "title": "Perform ongoing hardware and software maintenance operations, including installing or upgrading hardware or software.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "14669",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14669",
         "title": "Verify stability, interoperability, portability, security, or scalability of system architecture.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "14686",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/related/tasks/14686",
         "title": "Research, test, or verify proper functioning of software patches and fixes.",
         "importance": 73,
         "category": "Core"
      }
   ]
}