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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1051.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}