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/19-3032.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3032.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20230",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3032.00/related/tasks/20230",
         "title": "Provide advice on best practices and implementation for selection."
      },
      {
         "id": "7560",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3032.00/related/tasks/7560",
         "title": "Develop and implement employee selection or placement programs."
      },
      {
         "id": "7572",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3032.00/related/tasks/7572",
         "title": "Analyze data, using statistical methods and applications, to evaluate the outcomes and effectiveness of workplace programs."
      },
      {
         "id": "7568",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3032.00/related/tasks/7568",
         "title": "Develop interview techniques, rating scales, and psychological tests used to assess skills, abilities, and interests for the purpose of employee selection, placement, or promotion."
      },
      {
         "id": "7562",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3032.00/related/tasks/7562",
         "title": "Observe and interview workers to obtain information about the physical, mental, and educational requirements of jobs, as well as information about aspects such as job satisfaction."
      }
   ]
}