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/19-1031.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3686",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/3686",
         "title": "Provide visitor services, such as explaining regulations, answering visitor requests, needs and complaints, and providing information about the park and surrounding areas.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "3691",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/3691",
         "title": "Assist with operations of general facilities, such as visitor centers.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "3690",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/3690",
         "title": "Confer with park staff to determine subjects and schedules for park programs.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3687",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/3687",
         "title": "Conduct field trips to point out scientific, historic, and natural features of parks, forests, historic sites, or other attractions.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20866",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/20866",
         "title": "Plan and organize public events at the park.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "3688",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/3688",
         "title": "Prepare and present illustrated lectures and interpretive talks about park features.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "3692",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/3692",
         "title": "Plan, organize and direct activities of seasonal staff members.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "3689",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/3689",
         "title": "Perform emergency duties to protect human life, government property, and natural features of park.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "23959",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/23959",
         "title": "Train staff on park programs.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "20867",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/related/tasks/20867",
         "title": "Develop environmental educational programs and curricula for schools.",
         "importance": 69,
         "category": "Core"
      }
   ]
}