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/13-1111.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7276",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7276",
         "title": "Gather and organize information on problems or procedures."
      },
      {
         "id": "7278",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7278",
         "title": "Confer with personnel concerned to ensure successful functioning of newly implemented systems or procedures."
      },
      {
         "id": "7277",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7277",
         "title": "Analyze data gathered and develop solutions or alternative methods of proceeding."
      },
      {
         "id": "7282",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7282",
         "title": "Document findings of study and prepare recommendations for implementation of new systems, procedures, or organizational changes."
      },
      {
         "id": "7285",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7285",
         "title": "Plan study of work problems and procedures, such as organizational change, communications, information flow, integrated production methods, inventory control, or cost analysis."
      }
   ]
}