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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/details/tasks?start=11&end=16",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2629",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/2629",
         "title": "Compile, record, and code results or data from interview or survey, using computer or specified form.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2636",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/2636",
         "title": "Perform patient services, such as answering the telephone or assisting patients with financial or medical questions.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "2632",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/2632",
         "title": "Assist individuals in filling out applications or questionnaires.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "2628",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/2628",
         "title": "Identify and resolve inconsistencies in interviewees' responses by means of appropriate questioning or explanation.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20434",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/related/tasks/20434",
         "title": "Supervise or train other staff members.",
         "importance": 72,
         "category": "Core"
      }
   ]
}