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-4151.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/details/tasks?start=11&end=19",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2671",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2671",
         "title": "Receive and respond to customer complaints.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2674",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2674",
         "title": "Check inventory records to determine availability of requested merchandise.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2672",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2672",
         "title": "Verify customer and order information for correctness, checking it against previously obtained information as necessary.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2678",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2678",
         "title": "Compute total charges for merchandise or services and shipping charges.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "2670",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2670",
         "title": "Inform customers by mail or telephone of order information, such as unit prices, shipping dates, and any anticipated delays.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "2677",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/related/tasks/2677",
         "title": "File copies of orders received, or post orders on records.",
         "importance": 73,
         "category": "Core"
      }
   ]
}