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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "2403",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tasks/2403",
         "title": "Greet customers entering establishments."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}