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/43-9041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23313",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23313",
         "title": "Prepare insurance claim forms or related documents, and review them for completeness.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "23314",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23314",
         "title": "Calculate amount of claim.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23315",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23315",
         "title": "Post or attach information to claim file.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23316",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23316",
         "title": "Transmit claims for payment or further investigation.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "23317",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23317",
         "title": "Contact insured or other involved persons to obtain missing information.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23318",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23318",
         "title": "Review insurance policy to determine coverage.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23319",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23319",
         "title": "Process and record new insurance policies and claims.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23320",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23320",
         "title": "Organize or work with detailed office or warehouse records, using computers to enter, access, search or retrieve data.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23321",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23321",
         "title": "Provide customer service, such as limited instructions on proceeding with claims or referrals to auto repair facilities or local contractors.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23322",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23322",
         "title": "Correspond with insured or agent to obtain information or to inform them of account status or changes.",
         "importance": 82,
         "category": "Core"
      }
   ]
}