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-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "657",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/657",
         "title": "Provide customer service by greeting and assisting customers and responding to customer inquiries and complaints.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "660",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/660",
         "title": "Direct and supervise employees engaged in sales, inventory-taking, reconciling cash receipts, or in performing services for customers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "671",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/671",
         "title": "Examine merchandise to ensure that it is correctly priced and displayed and that it functions as advertised.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "658",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/658",
         "title": "Monitor sales activities to ensure that customers receive satisfactory service and quality goods.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "668",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/668",
         "title": "Instruct staff on how to handle difficult and complicated sales.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "659",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/659",
         "title": "Assign employees to specific duties.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "662",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/662",
         "title": "Keep records of purchases, sales, and requisitions.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "666",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/666",
         "title": "Perform work activities of subordinates, such as cleaning and organizing shelves and displays and selling merchandise.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "672",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/672",
         "title": "Plan and prepare work schedules and keep records of employees' work schedules and time cards.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "673",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/673",
         "title": "Review inventory and sales records to prepare reports for management and budget departments.",
         "importance": 79,
         "category": "Core"
      }
   ]
}