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-9096.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4312",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4312",
         "title": "Hold or restrain animals during veterinary procedures.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4306",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4306",
         "title": "Monitor animals recovering from surgery and notify veterinarians of any unusual changes or symptoms.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4314",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4314",
         "title": "Fill medication prescriptions.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "4311",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4311",
         "title": "Clean and maintain kennels, animal holding areas, examination or operating rooms, or animal loading or unloading facilities to control the spread of disease.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "4316",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4316",
         "title": "Examine animals to detect behavioral changes or clinical symptoms that could indicate illness or injury.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "4313",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4313",
         "title": "Perform routine laboratory tests or diagnostic tests, such as taking or developing x-rays.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "4317",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4317",
         "title": "Assist veterinarians in examining animals to determine the nature of illnesses or injuries.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "4309",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4309",
         "title": "Administer medication, immunizations, or blood plasma to animals as prescribed by veterinarians.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "4315",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4315",
         "title": "Collect laboratory specimens, such as blood, urine, or feces, for testing.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "4327",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/related/tasks/4327",
         "title": "Perform office reception duties, such as scheduling appointments or helping customers.",
         "importance": 84,
         "category": "Core"
      }
   ]
}