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-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2400",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/2400",
         "title": "Receive payment by cash, check, credit cards, vouchers, or automatic debits.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "2403",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/2403",
         "title": "Greet customers entering establishments.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2401",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/2401",
         "title": "Issue receipts, refunds, credits, or change due to customers.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "18765",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/18765",
         "title": "Assist customers by providing information and resolving their complaints.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "2422",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/2422",
         "title": "Monitor checkout stations to ensure they have adequate cash available and are staffed appropriately.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2405",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/2405",
         "title": "Establish or identify prices of goods, services, or admission, and tabulate bills, using calculators, cash registers, or optical price scanners.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "21073",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/21073",
         "title": "Answer incoming phone calls.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2408",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/2408",
         "title": "Answer customers' questions, and provide information on procedures or policies.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2419",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/2419",
         "title": "Request information or assistance, using paging systems.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "21072",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/21072",
         "title": "Help customers find the location of products.",
         "importance": 82,
         "category": "Core"
      }
   ]
}