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-1251.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1273",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1273",
         "title": "Write, analyze, review, and rewrite programs, using workflow chart and diagram, and applying knowledge of computer capabilities, subject matter, and symbolic logic."
      },
      {
         "id": "1267",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1267",
         "title": "Correct errors by making appropriate changes and rechecking the program to ensure that the desired results are produced."
      },
      {
         "id": "1272",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1272",
         "title": "Perform or direct revision, repair, or expansion of existing programs to increase operating efficiency or adapt to new requirements."
      },
      {
         "id": "1270",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1270",
         "title": "Write, update, and maintain computer programs or software packages to handle specific jobs such as tracking inventory, storing or retrieving data, or controlling other equipment."
      },
      {
         "id": "1271",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1271",
         "title": "Consult with managerial, engineering, and technical personnel to clarify program intent, identify problems, and suggest changes."
      }
   ]
}