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-1151.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1151.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "94",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1151.00/related/tasks/94",
         "title": "Present information with a variety of instructional techniques or formats, such as role playing, simulations, team exercises, group discussions, videos, or lectures."
      },
      {
         "id": "20475",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1151.00/related/tasks/20475",
         "title": "Obtain, organize, or develop training procedure manuals, guides, or course materials, such as handouts or visual materials."
      },
      {
         "id": "19559",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1151.00/related/tasks/19559",
         "title": "Evaluate modes of training delivery, such as in-person or virtual, to optimize training effectiveness, training costs, or environmental impacts."
      },
      {
         "id": "97",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1151.00/related/tasks/97",
         "title": "Offer specific training programs to help workers maintain or improve job skills."
      },
      {
         "id": "103",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1151.00/related/tasks/103",
         "title": "Assess training needs through surveys, interviews with employees, focus groups, or consultation with managers, instructors, or customer representatives."
      }
   ]
}