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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/details/tasks?start=11&end=19",
   "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "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.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "21013",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/21013",
         "title": "Prepare and set up for new employee orientations.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "2693",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/2693",
         "title": "Gather personnel records from other departments or employees.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "2692",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/2692",
         "title": "Examine employee files to answer inquiries and provide information for personnel actions.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "2694",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/2694",
         "title": "Search employee files to obtain information for authorized persons and organizations, such as credit bureaus and finance companies.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "2697",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4161.00/related/tasks/2697",
         "title": "Compile and prepare reports and documents pertaining to personnel activities.",
         "importance": 55,
         "category": "Core"
      }
   ]
}