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-9092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "5041",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/5041",
         "title": "Patrol or monitor recreational areas, such as trails, slopes, or swimming areas, on foot, in vehicles, or from towers.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "5039",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/5039",
         "title": "Rescue distressed persons, using rescue techniques and equipment.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "5040",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/5040",
         "title": "Contact emergency medical personnel in case of serious injury.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "5042",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/5042",
         "title": "Examine injured persons and administer first aid or cardiopulmonary resuscitation, if necessary, using training and medical supplies and equipment.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "5044",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/5044",
         "title": "Warn recreational participants of inclement weather, unsafe areas, or illegal conduct.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "20129",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/20129",
         "title": "Maintain quality of pool water by testing chemical levels.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "5045",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/5045",
         "title": "Complete and maintain records of weather and beach conditions, emergency medical treatments performed, and other relevant incident information.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5043",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/5043",
         "title": "Instruct participants in skiing, swimming, or other recreational activities and provide safety precaution information.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "5046",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/5046",
         "title": "Inspect recreational equipment, such as rope tows, T-bars, J-bars, or chair lifts, for safety hazards and damage or wear.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5048",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9092.00/related/tasks/5048",
         "title": "Inspect recreational facilities for cleanliness.",
         "importance": 65,
         "category": "Core"
      }
   ]
}