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/23-1021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7627",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7627",
         "title": "Determine existence and amount of liability according to current laws, administrative and judicial precedents, and available evidence."
      },
      {
         "id": "7623",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7623",
         "title": "Monitor and direct the activities of trials and hearings to ensure that they are conducted fairly and that courts administer justice while safeguarding the legal rights of all involved parties."
      },
      {
         "id": "7617",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7617",
         "title": "Prepare written opinions and decisions."
      },
      {
         "id": "7624",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7624",
         "title": "Authorize payment of valid claims and determine method of payment."
      },
      {
         "id": "7625",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7625",
         "title": "Conduct hearings to review and decide claims regarding issues, such as social program eligibility, environmental protection, or enforcement of health and safety regulations."
      }
   ]
}