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-1075.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18886",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18886",
         "title": "Negotiate collective bargaining agreements."
      },
      {
         "id": "18883",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18883",
         "title": "Investigate and evaluate union complaints or arguments to determine viability."
      },
      {
         "id": "18890",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18890",
         "title": "Propose resolutions for collective bargaining or other labor or contract negotiations."
      },
      {
         "id": "18879",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18879",
         "title": "Draft contract proposals or counter-proposals for collective bargaining or other labor negotiations."
      },
      {
         "id": "18882",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18882",
         "title": "Interpret contractual agreements for employers and employees engaged in collective bargaining or other labor relations processes."
      }
   ]
}