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/33-3031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "7915",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/7915",
         "title": "Patrol assigned areas by car, boat, airplane, horse, or on foot to enforce game, fish, or boating laws or to manage wildlife programs, lakes, or land.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "20582",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/20582",
         "title": "Compile and present evidence for court actions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "20583",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/20583",
         "title": "Investigate hunting accidents or reports of fish or game law violations.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "7918",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/7918",
         "title": "Protect and preserve native wildlife, plants, or ecosystems.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "20584",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/20584",
         "title": "Issue warnings or citations and file reports as necessary.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "20585",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/20585",
         "title": "Serve warrants and make arrests.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7921",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/7921",
         "title": "Provide assistance to other local law enforcement agencies as required.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7919",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/7919",
         "title": "Promote or provide hunter or trapper safety training.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20586",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/20586",
         "title": "Participate in search-and-rescue operations.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20587",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/related/tasks/20587",
         "title": "Arrange for disposition of fish or game illegally taken or possessed.",
         "importance": 76,
         "category": "Core"
      }
   ]
}