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/11-1031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15267",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15267",
         "title": "Analyze and understand the local and national implications of proposed legislation."
      },
      {
         "id": "15268",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15268",
         "title": "Appoint nominees to leadership posts, or approve such appointments."
      },
      {
         "id": "15269",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15269",
         "title": "Confer with colleagues to formulate positions and strategies pertaining to pending issues."
      },
      {
         "id": "15270",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15270",
         "title": "Debate the merits of proposals and bill amendments during floor sessions, following the appropriate rules of procedure."
      },
      {
         "id": "15271",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15271",
         "title": "Develop expertise in subject matters related to committee assignments."
      },
      {
         "id": "15272",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15272",
         "title": "Hear testimony from constituents, representatives of interest groups, board and commission members, and others with an interest in bills or issues under consideration."
      },
      {
         "id": "15273",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15273",
         "title": "Keep abreast of the issues affecting constituents by making personal visits and phone calls, reading local newspapers, and viewing or listening to local broadcasts."
      },
      {
         "id": "15274",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15274",
         "title": "Maintain knowledge of relevant national and international current events."
      },
      {
         "id": "15275",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15275",
         "title": "Make decisions that balance the perspectives of private citizens, public officials, and party leaders."
      },
      {
         "id": "15276",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/related/tasks/15276",
         "title": "Negotiate with colleagues or members of other political parties in order to reconcile differing interests, and to create policies and agreements."
      }
   ]
}