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-3091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "23222",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23222",
         "title": "Answer customers' questions about services, prices, availability, or credit terms."
      },
      {
         "id": "23223",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23223",
         "title": "Attend sales or trade meetings or read related publications to obtain information about market conditions, business trends, regulations, or industry developments."
      },
      {
         "id": "23224",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23224",
         "title": "Compute and compare costs of services."
      },
      {
         "id": "23225",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23225",
         "title": "Consult with clients after sales or contract signings to resolve problems and provide ongoing support."
      },
      {
         "id": "23226",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23226",
         "title": "Contact prospective or existing customers to discuss how services can meet their needs."
      },
      {
         "id": "23227",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23227",
         "title": "Create forms or agreements to complete sales."
      },
      {
         "id": "23228",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23228",
         "title": "Develop sales presentations or proposals to explain service specifications."
      },
      {
         "id": "23229",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23229",
         "title": "Distribute promotional materials at meetings, conferences, or trade shows."
      },
      {
         "id": "23230",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23230",
         "title": "Emphasize or recommend service features based on knowledge of customers' needs and vendor capabilities and limitations."
      },
      {
         "id": "23231",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/related/tasks/23231",
         "title": "Identify prospective customers using business directories, leads from clients, or information from conferences or trade shows."
      }
   ]
}