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