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-2056.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4176",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/4176",
         "title": "Administer anesthesia to animals, under the direction of a veterinarian, and monitor animals' responses to anesthetics so that dosages can be adjusted.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "4177",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/4177",
         "title": "Care for and monitor the condition of animals recovering from surgery.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "18548",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/18548",
         "title": "Maintain controlled drug inventory and related log books.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4179",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/4179",
         "title": "Perform laboratory tests on blood, urine, or feces, such as urinalyses or blood counts, to assist in the diagnosis and treatment of animal health problems.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4178",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/4178",
         "title": "Prepare and administer medications, vaccines, serums, or treatments, as prescribed by veterinarians.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "20422",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/20422",
         "title": "Restrain animals during exams or procedures.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "4180",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/4180",
         "title": "Administer emergency first aid, such as performing emergency resuscitation or other life saving procedures.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "4182",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/4182",
         "title": "Clean and sterilize instruments, equipment, or materials.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "4183",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/4183",
         "title": "Provide veterinarians with the correct equipment or instruments, as needed.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "4193",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/related/tasks/4193",
         "title": "Perform dental work, such as cleaning, polishing, or extracting teeth.",
         "importance": 89,
         "category": "Core"
      }
   ]
}