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/41-3021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-3021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "720",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3021.00/related/tasks/720",
         "title": "Customize insurance programs to suit individual customers, often covering a variety of risks."
      },
      {
         "id": "721",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3021.00/related/tasks/721",
         "title": "Sell various types of insurance policies to businesses and individuals on behalf of insurance companies, including automobile, fire, life, property, medical and dental insurance, or specialized policies, such as marine, farm/crop, and medical malpractice."
      },
      {
         "id": "724",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3021.00/related/tasks/724",
         "title": "Explain features, advantages, and disadvantages of various policies to promote sale of insurance plans."
      },
      {
         "id": "728",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3021.00/related/tasks/728",
         "title": "Perform administrative tasks, such as maintaining records and handling policy renewals."
      },
      {
         "id": "723",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3021.00/related/tasks/723",
         "title": "Seek out new clients and develop clientele by networking to find new customers and generate lists of prospective clients."
      }
   ]
}