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-4051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "18565",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/18565",
         "title": "Confer with customers by telephone or in person to provide information about products or services, take or enter orders, cancel accounts, or obtain details of complaints.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2578",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/2578",
         "title": "Keep records of customer interactions or transactions, recording details of inquiries, complaints, or comments, as well as actions taken.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "2580",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/2580",
         "title": "Check to ensure that appropriate changes were made to resolve customers' problems.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2581",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/2581",
         "title": "Contact customers to respond to inquiries or to notify them of claim investigation results or any planned adjustments.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2583",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/2583",
         "title": "Determine charges for services requested, collect deposits or payments, or arrange for billing.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "2584",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/2584",
         "title": "Complete contract forms, prepare change of address records, or issue service discontinuance orders, using computers.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "2582",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/2582",
         "title": "Refer unresolved customer grievances to designated departments for further investigation.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "2579",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/2579",
         "title": "Resolve customers' service or billing complaints by performing activities such as exchanging merchandise, refunding money, or adjusting bills.",
         "importance": 80,
         "category": "Supplemental"
      },
      {
         "id": "2587",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/2587",
         "title": "Review insurance policy terms to determine whether a particular loss is covered by insurance.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "2586",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/related/tasks/2586",
         "title": "Solicit sales of new or additional services or products.",
         "importance": 72,
         "category": "Supplemental"
      }
   ]
}