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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "2049",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/2049",
         "title": "Unpack, sort, count, and label incoming merchandise, including items requiring special handling or refrigeration.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "2053",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/2053",
         "title": "Restock storage areas, replenishing items on shelves.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "2055",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/2055",
         "title": "Maintain and clean equipment, work areas, or shelves.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "2050",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/2050",
         "title": "Prepare prescription labels by typing or operating a computer and printer.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "2059",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9095.00/related/tasks/2059",
         "title": "Compound, package, and label pharmaceutical products, under direction of pharmacist.",
         "importance": 81,
         "category": "Supplemental"
      }
   ]
}