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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}