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/39-1022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "13140",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/13140",
         "title": "Train workers in proper operational procedures and functions and explain company policies.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "13142",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/13142",
         "title": "Meet with managers or other supervisors to stay informed of changes affecting operations.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13138",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/13138",
         "title": "Assign work schedules, following work requirements, to ensure quality and timely delivery of service.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13151",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/13151",
         "title": "Recruit and hire staff members.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13145",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/13145",
         "title": "Resolve customer complaints regarding worker performance or services rendered.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13150",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/13150",
         "title": "Take disciplinary action to address performance problems.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13139",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/13139",
         "title": "Inspect work areas or operating equipment to ensure conformance to established standards in areas such as cleanliness or maintenance.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "23179",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/23179",
         "title": "Investigate employee complaints and resolve problems following management rules and regulations.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13141",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/13141",
         "title": "Observe and evaluate workers' appearance and performance to ensure quality service and compliance with specifications.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "23177",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/23177",
         "title": "Direct or coordinate the activities of workers, such as hotel staff or hair stylists.",
         "importance": 76,
         "category": "Core"
      }
   ]
}