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/43-4161.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18572",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/18572",
         "title": "Process, verify, and maintain personnel related documentation, including staffing, recruitment, training, grievances, performance evaluations, classifications, and employee leaves of absence."
      },
      {
         "id": "2689",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/2689",
         "title": "Record data for each employee, including such information as addresses, weekly earnings, absences, amount of sales or production, supervisory reports on performance, and dates of and reasons for terminations."
      },
      {
         "id": "2687",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/2687",
         "title": "Explain company personnel policies, benefits, and procedures to employees or job applicants."
      },
      {
         "id": "2702",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/2702",
         "title": "Provide assistance in administering employee benefit programs and worker's compensation plans."
      },
      {
         "id": "2691",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/2691",
         "title": "Answer questions regarding examinations, eligibility, salaries, benefits, and other pertinent information."
      }
   ]
}