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-2031.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-2031.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "20952",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/20952",
         "title": "Present the results of mathematical modeling and data analysis to management or other end users.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7382",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/7382",
         "title": "Define data requirements, and gather and validate information, applying judgment and statistical tests.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "7380",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/7380",
         "title": "Perform validation and testing of models to ensure adequacy, and reformulate models, as necessary.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7384",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/7384",
         "title": "Prepare management reports defining and evaluating problems and recommending solutions.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7378",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/7378",
         "title": "Collaborate with others in the organization to ensure successful implementation of chosen problem solutions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7377",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/7377",
         "title": "Formulate mathematical or simulation models of problems, relating constants and variables, restrictions, alternatives, conflicting objectives, and their numerical parameters.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7387",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/7387",
         "title": "Observe the current system in operation, and gather and analyze information about each of the component problems, using a variety of sources.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7379",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/7379",
         "title": "Analyze information obtained from management to conceptualize and define operational problems.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7383",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/7383",
         "title": "Study and analyze information about alternative courses of action to determine which plan will offer the best outcomes.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "7381",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2031.00/related/tasks/7381",
         "title": "Collaborate with senior managers and decision makers to identify and solve a variety of problems and to clarify management objectives.",
         "importance": 81,
         "category": "Core"
      }
   ]
}