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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-1031.00/summary/tasks?start=6&end=10",
   "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."
      }
   ]
}