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-1221.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "14623",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14623",
         "title": "Analyze problems to develop solutions involving computer hardware and software.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14626",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14626",
         "title": "Apply theoretical expertise and innovation to create or apply new technology, such as adapting principles for applying computers to new uses.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "14624",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14624",
         "title": "Assign or schedule tasks to meet work priorities and goals.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "14628",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14628",
         "title": "Meet with managers, vendors, and others to solicit cooperation and resolve problems.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "14633",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14633",
         "title": "Design computers and the software that runs them.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "14629",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14629",
         "title": "Conduct logical analyses of business, scientific, engineering, and other technical problems, formulating mathematical models of problems for solution by computers.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "14625",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14625",
         "title": "Evaluate project plans and proposals to assess feasibility issues.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "14635",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14635",
         "title": "Participate in multidisciplinary projects in areas such as virtual reality, human-computer interaction, or robotics.",
         "importance": 59,
         "category": "Core"
      },
      {
         "id": "14627",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14627",
         "title": "Consult with users, management, vendors, and technicians to determine computing needs and system requirements.",
         "importance": 59,
         "category": "Core"
      },
      {
         "id": "14630",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14630",
         "title": "Develop and interpret organizational goals, policies, and procedures.",
         "importance": 55,
         "category": "Core"
      }
   ]
}