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/11-3131.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1015",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1015",
         "title": "Analyze training needs to develop new training programs or modify and improve existing programs."
      },
      {
         "id": "1009",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1009",
         "title": "Evaluate instructor performance and the effectiveness of training programs, providing recommendations for improvement."
      },
      {
         "id": "1014",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1014",
         "title": "Plan, develop, and provide training and staff development programs, using knowledge of the effectiveness of methods such as classroom training, demonstrations, on-the-job training, meetings, conferences, and workshops."
      },
      {
         "id": "1012",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1012",
         "title": "Confer with management and conduct surveys to identify training needs based on projected production processes, changes, and other factors."
      },
      {
         "id": "1008",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1008",
         "title": "Conduct orientation sessions and arrange on-the-job training for new hires."
      }
   ]
}