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