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-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9704",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9704",
         "title": "Supervise the work of office, administrative, or customer service employees to ensure adherence to quality standards, deadlines, and proper procedures, correcting errors or problems.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9703",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9703",
         "title": "Resolve customer complaints or answer customers' questions regarding policies and procedures.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "9705",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9705",
         "title": "Provide employees with guidance in handling difficult or complex problems or in resolving escalated complaints or disputes.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "9710",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9710",
         "title": "Review records or reports pertaining to activities such as production, payroll, or shipping to verify details, monitor work activities, or evaluate performance.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9707",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9707",
         "title": "Discuss job performance problems with employees to identify causes and issues and to work on resolving problems.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9713",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9713",
         "title": "Prepare and issue work schedules, deadlines, and duty assignments for office or administrative staff.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9711",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9711",
         "title": "Recruit, interview, and select employees.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9712",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9712",
         "title": "Interpret and communicate work procedures and company policies to staff.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9709",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9709",
         "title": "Evaluate employees' job performance and conformance to regulations and recommend appropriate personnel action.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9708",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/related/tasks/9708",
         "title": "Train or instruct employees in job duties or company policies or arrange for training to be provided.",
         "importance": 75,
         "category": "Core"
      }
   ]
}