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/45-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23340",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23340",
         "title": "Assign tasks such as feeding and treatment of animals, and cleaning and maintenance of animal quarters."
      },
      {
         "id": "23341",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23341",
         "title": "Record the numbers and types of fish or shellfish reared, harvested, released, sold, and shipped."
      },
      {
         "id": "23342",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23342",
         "title": "Monitor workers to ensure that safety regulations are followed, warning or disciplining those who violate safety regulations."
      },
      {
         "id": "23343",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23343",
         "title": "Observe animals for signs of illness, injury, or unusual behavior, notifying veterinarians or managers as warranted."
      },
      {
         "id": "23344",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23344",
         "title": "Observe fish and beds or ponds to detect diseases, monitor fish growth, determine quality of fish, or determine completeness of harvesting."
      }
   ]
}