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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18886",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18886",
         "title": "Negotiate collective bargaining agreements.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "18900",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18900",
         "title": "Prepare evidence for disciplinary hearings, including preparing witnesses to testify.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "18884",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18884",
         "title": "Mediate discussions between employer and employee representatives in attempt to reconcile differences.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "18893",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18893",
         "title": "Review employer practices or employee data to ensure compliance with contracts on matters such as wages, hours, or conditions of employment.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "18891",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18891",
         "title": "Recommend collective bargaining strategies, goals, or objectives.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "18885",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/tasks/18885",
         "title": "Monitor company or workforce adherence to labor agreements.",
         "importance": 75,
         "category": "Core"
      }
   ]
}