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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "23314",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23314",
         "title": "Calculate amount of claim."
      },
      {
         "id": "23315",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23315",
         "title": "Post or attach information to claim file."
      },
      {
         "id": "23316",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9041.00/related/tasks/23316",
         "title": "Transmit claims for payment or further investigation."
      },
      {
         "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."
      }
   ]
}