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-1211.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20950",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/20950",
         "title": "Troubleshoot program and system malfunctions to restore normal functioning.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "3464",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/3464",
         "title": "Provide staff and users with assistance solving computer-related problems, such as malfunctions and program problems.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3465",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/3465",
         "title": "Test, maintain, and monitor computer programs and systems, including coordinating the installation of computer programs and systems.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3482",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/3482",
         "title": "Use the computer in the analysis and solution of business problems, such as development of integrated production and inventory control and cost analysis systems.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "3468",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/3468",
         "title": "Coordinate and link the computer systems within an organization to increase compatibility so that information can be shared.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "3466",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/3466",
         "title": "Use object-oriented programming languages, as well as client and server applications development processes and multimedia and Internet technology.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "3474",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/3474",
         "title": "Analyze information processing or computation needs and plan and design computer systems, using techniques such as structured analysis, data modeling, and information engineering.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "3469",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/3469",
         "title": "Consult with management to ensure agreement on system principles.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "3484",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/3484",
         "title": "Specify inputs accessed by the system and plan the distribution and use of the results.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "3470",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/related/tasks/3470",
         "title": "Expand or modify system to serve new purposes or improve work flow.",
         "importance": 62,
         "category": "Core"
      }
   ]
}