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-1031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21417",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21417",
         "title": "Examine claims forms and other records to determine insurance coverage.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "21418",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21418",
         "title": "Analyze information gathered by investigation and report findings and recommendations.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "21426",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21426",
         "title": "Pay and process claims within designated authority level.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "21423",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21423",
         "title": "Investigate, evaluate, and settle claims, applying technical knowledge and human relations skills to effect fair and prompt disposal of cases and to contribute to a reduced loss ratio.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "21428",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21428",
         "title": "Verify and analyze data used in settling claims to ensure that claims are valid and that settlements are made according to company practices and procedures.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "21419",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21419",
         "title": "Review police reports, medical treatment records, medical bills, or physical property damage to determine the extent of liability.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "21420",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21420",
         "title": "Investigate and assess damage to property and create or review property damage estimates.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "21421",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21421",
         "title": "Interview or correspond with agents and claimants to correct errors or omissions and to investigate questionable claims.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "21422",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21422",
         "title": "Interview or correspond with claimants, witnesses, police, physicians, or other relevant parties to determine claim settlement, denial, or review.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "21429",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/related/tasks/21429",
         "title": "Enter claim payments, reserves and new claims on computer system, inputting concise yet sufficient file documentation.",
         "importance": 89,
         "category": "Core"
      }
   ]
}