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/39-7011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-7011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4540",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7011.00/related/tasks/4540",
         "title": "Describe tour points of interest to group members, and respond to questions."
      },
      {
         "id": "4539",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7011.00/related/tasks/4539",
         "title": "Escort individuals or groups on cruises, sightseeing tours, or through places of interest, such as industrial establishments, public buildings, or art galleries."
      },
      {
         "id": "4541",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7011.00/related/tasks/4541",
         "title": "Monitor visitors' activities to ensure compliance with establishment or tour regulations and safety practices."
      },
      {
         "id": "4538",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7011.00/related/tasks/4538",
         "title": "Conduct educational activities for school children."
      },
      {
         "id": "20135",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7011.00/related/tasks/20135",
         "title": "Research various topics, including site history, environmental conditions, and clients' skills and abilities to plan appropriate expeditions, instruction, and commentary."
      }
   ]
}