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/31-9095.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2048",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/2048",
         "title": "Greet customers and help them locate merchandise."
      },
      {
         "id": "2045",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/2045",
         "title": "Accept prescriptions for filling, gathering and processing necessary information."
      },
      {
         "id": "2052",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/2052",
         "title": "Operate cash register to process cash or credit sales."
      },
      {
         "id": "2046",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/2046",
         "title": "Answer telephone inquiries, referring callers to pharmacist when necessary."
      },
      {
         "id": "18704",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/18704",
         "title": "Receive, store, and inventory pharmaceutical supplies or medications, check for out-of-date medications, and notify pharmacist when inventory levels are low."
      }
   ]
}