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/29-2052.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1939",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/1939",
         "title": "Receive written prescription or refill requests and verify that information is complete and accurate.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "23924",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/23924",
         "title": "Enter prescription information into computer databases.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "1946",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/1946",
         "title": "Establish or maintain patient profiles, including lists of medications taken by individual patients.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "1940",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/1940",
         "title": "Maintain proper storage and security conditions for drugs.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "18545",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/18545",
         "title": "Receive and store incoming supplies, verify quantities against invoices, check for outdated medications in current inventory, and inform supervisors of stock needs and shortages.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "1941",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/1941",
         "title": "Answer telephones, responding to questions or requests.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "1943",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/1943",
         "title": "Assist customers by answering simple questions, locating items, or referring them to the pharmacist for medication information.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "1954",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/1954",
         "title": "Operate cash registers to accept payment from customers.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "1944",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/1944",
         "title": "Price and file prescriptions that have been filled.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1953",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2052.00/related/tasks/1953",
         "title": "Mix pharmaceutical preparations, according to written prescriptions.",
         "importance": 86,
         "category": "Core"
      }
   ]
}