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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "13151",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/related/tasks/13151",
         "title": "Recruit and hire staff members."
      },
      {
         "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."
      }
   ]
}