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-2053.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 7,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2053.00/summary/tasks?start=6&end=7",
   "task": [
      {
         "id": "21045",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2053.00/related/tasks/21045",
         "title": "Examine documents to determine degree of risk from factors such as applicant health, financial standing and value, and condition of property."
      },
      {
         "id": "1261",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2053.00/related/tasks/1261",
         "title": "Decline excessive risks."
      },
      {
         "id": "1262",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2053.00/related/tasks/1262",
         "title": "Write to field representatives, medical personnel, or others to obtain further information, quote rates, or explain company underwriting policies."
      },
      {
         "id": "1263",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2053.00/related/tasks/1263",
         "title": "Evaluate possibility of losses due to catastrophe or excessive insurance."
      },
      {
         "id": "1265",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2053.00/related/tasks/1265",
         "title": "Review company records to determine amount of insurance in force on single risk or group of closely related risks."
      }
   ]
}