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-4111.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2627",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/2627",
         "title": "Ask questions in accordance with instructions to obtain various specified information, such as person's name, address, age, religious preference, or state of residency."
      },
      {
         "id": "2634",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/2634",
         "title": "Identify and report problems in obtaining valid data."
      },
      {
         "id": "2633",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/2633",
         "title": "Ensure payment for services by verifying benefits with the person's insurance provider or working out financing options."
      },
      {
         "id": "20435",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/20435",
         "title": "Perform office duties, such as telemarketing or customer service inquiries, maintaining staff records, billing patients, or receiving payments."
      },
      {
         "id": "2630",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/2630",
         "title": "Review data obtained from interview for completeness and accuracy."
      }
   ]
}