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-1051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1808",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/1808",
         "title": "Review prescriptions to assure accuracy, to ascertain the needed ingredients, and to evaluate their suitability.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "1824",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/1824",
         "title": "Assess the identity, strength, or purity of medications.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "1809",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/1809",
         "title": "Provide information and advice regarding drug interactions, side effects, dosage, and proper medication storage.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "1810",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/1810",
         "title": "Analyze prescribing trends to monitor patient compliance and to prevent excessive usage or harmful interactions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1812",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/1812",
         "title": "Maintain records, such as pharmacy files, patient profiles, charge system files, inventories, control records for radioactive nuclei, or registries of poisons, narcotics, or controlled drugs.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1815",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/1815",
         "title": "Collaborate with other health care professionals to plan, monitor, review, or evaluate the quality or effectiveness of drugs or drug regimens, providing advice on drug applications or characteristics.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "1820",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/1820",
         "title": "Plan, implement, or maintain procedures for mixing, packaging, or labeling pharmaceuticals, according to policy and legal requirements, to ensure quality, security, and proper disposal.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1811",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/1811",
         "title": "Order and purchase pharmaceutical supplies, medical supplies, or drugs, maintaining stock and storing and handling it properly.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1816",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/1816",
         "title": "Compound and dispense medications as prescribed by doctors and dentists, by calculating, weighing, measuring, and mixing ingredients, or oversee these activities.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "20405",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/related/tasks/20405",
         "title": "Contact insurance companies to resolve billing issues.",
         "importance": 77,
         "category": "Core"
      }
   ]
}