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/43-4151.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2675",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2675",
         "title": "Review orders for completeness according to reporting procedures and forward incomplete orders for further processing."
      },
      {
         "id": "2668",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2668",
         "title": "Obtain customers' names, addresses, and billing information, product numbers, and specifications of items to be purchased, and enter this information on order forms."
      },
      {
         "id": "2680",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2680",
         "title": "Recommend merchandise or services that will meet customers' needs."
      },
      {
         "id": "2683",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2683",
         "title": "Inspect outgoing work for compliance with customers' specifications."
      },
      {
         "id": "2671",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2671",
         "title": "Receive and respond to customer complaints."
      }
   ]
}