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