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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/details/tasks?start=11&end=12",
   "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1017",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1017",
         "title": "Train instructors and supervisors in techniques and skills for training and dealing with employees.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "1013",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1013",
         "title": "Develop and organize training manuals, multimedia visual aids, and other educational materials.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "1019",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1019",
         "title": "Prepare training budget for department or organization.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "1010",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1010",
         "title": "Develop testing and evaluation procedures.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "1011",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/related/tasks/1011",
         "title": "Conduct or arrange for ongoing technical training and personal development classes for staff members.",
         "importance": 66,
         "category": "Core"
      }
   ]
}