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-2031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "694",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/694",
         "title": "Greet customers and ascertain what each customer wants or needs.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "700",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/700",
         "title": "Recommend, select, and help locate or obtain merchandise based on customer needs and desires.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "697",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/697",
         "title": "Compute sales prices, total purchases, and receive and process cash or credit payment.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "712",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/712",
         "title": "Prepare merchandise for purchase or rental.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "701",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/701",
         "title": "Answer questions regarding the store and its merchandise.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "696",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/696",
         "title": "Maintain knowledge of current sales and promotions, policies regarding payment and exchanges, and security practices.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "706",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/706",
         "title": "Demonstrate use or operation of merchandise.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "702",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/702",
         "title": "Describe merchandise and explain use, operation, and care of merchandise to customers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "703",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/703",
         "title": "Ticket, arrange, and display merchandise to promote sales.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "711",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2031.00/related/tasks/711",
         "title": "Inventory stock and requisition new stock.",
         "importance": 81,
         "category": "Core"
      }
   ]
}