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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "1268",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1268",
         "title": "Conduct trial runs of programs and software applications to be sure they will produce the desired information and that the instructions are correct.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "1276",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1276",
         "title": "Prepare detailed workflow charts and diagrams that describe input, output, and logical operation, and convert them into a series of instructions coded in a computer language.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "1269",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1269",
         "title": "Compile and write documentation of program development and subsequent revisions, inserting comments in the coded instructions so others can understand the program.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "1278",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1278",
         "title": "Consult with and assist computer operators or system analysts to define and resolve problems in running computer programs.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "1277",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1251.00/related/tasks/1277",
         "title": "Perform systems analysis and programming tasks to maintain and control the use of computer systems software as a systems programmer.",
         "importance": 57,
         "category": "Core"
      }
   ]
}