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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}