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