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