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

URL:
https://api-v2.onetcenter.org/online/occupations/41-4012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8113",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8113",
         "title": "Answer customers' questions about products, prices, availability, product uses, and credit terms."
      },
      {
         "id": "8114",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8114",
         "title": "Recommend products to customers, based on customers' needs and interests."
      },
      {
         "id": "8116",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8116",
         "title": "Estimate or quote prices, credit or contract terms, warranties, and delivery dates."
      },
      {
         "id": "8117",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8117",
         "title": "Consult with clients after sales or contract signings to resolve problems and to provide ongoing support."
      },
      {
         "id": "20267",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/20267",
         "title": "Prepare sales contracts and order forms."
      }
   ]
}