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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7617",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7617",
         "title": "Prepare written opinions and decisions.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7619",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7619",
         "title": "Research and analyze laws, regulations, policies, and precedent decisions to prepare for hearings and to determine conclusions.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7618",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7618",
         "title": "Review and evaluate data on documents, such as claim applications, birth or death certificates, or physician or employer records.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7621",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7621",
         "title": "Recommend the acceptance or rejection of claims or compromise settlements according to laws, regulations, policies, and precedent decisions.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7626",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7626",
         "title": "Rule on exceptions, motions, and admissibility of evidence.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7622",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/related/tasks/7622",
         "title": "Explain to claimants how they can appeal rulings that go against them.",
         "importance": 81,
         "category": "Core"
      }
   ]
}