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/13-1141.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1141.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3359",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1141.00/related/tasks/3359",
         "title": "Administer employee insurance, pension, and savings plans, working with insurance brokers and plan carriers."
      },
      {
         "id": "3352",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1141.00/related/tasks/3352",
         "title": "Ensure company compliance with federal and state laws, including reporting requirements."
      },
      {
         "id": "3363",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1141.00/related/tasks/3363",
         "title": "Research employee benefit and health and safety practices, and recommend changes or modifications to existing policies."
      },
      {
         "id": "3353",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1141.00/related/tasks/3353",
         "title": "Advise managers and employees on state and federal employment regulations, collective agreements, benefit and compensation policies, personnel procedures, and classification programs."
      },
      {
         "id": "3369",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1141.00/related/tasks/3369",
         "title": "Plan and develop curricula and materials for training programs and conduct training."
      }
   ]
}