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/17-2111.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "8984",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/8984",
         "title": "Advise architects, builders, and other construction personnel on fire prevention equipment and techniques and on fire code and standard interpretation and compliance.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "8983",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/8983",
         "title": "Inspect buildings or building designs to determine fire protection system requirements and potential problems in areas such as water supplies, exit locations, and construction materials.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "8982",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/8982",
         "title": "Design fire detection equipment, alarm systems, and fire extinguishing devices and systems.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20383",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/20383",
         "title": "Prepare and write reports detailing specific fire prevention and protection issues, such as work performed, revised codes or standards, and proposed review schedules.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8988",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/8988",
         "title": "Consult with authorities to discuss safety regulations and to recommend changes as necessary.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "23902",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/23902",
         "title": "Direct the purchase, modification, installation, testing, maintenance, and operation of fire prevention and protection systems.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8986",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/8986",
         "title": "Determine causes of fires and ways in which they could have been prevented.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "8989",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/8989",
         "title": "Develop plans for the prevention of destruction by fire, wind, and water.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "8992",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/8992",
         "title": "Develop training materials and conduct training sessions on fire protection.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "8991",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.02/related/tasks/8991",
         "title": "Attend workshops, seminars, or conferences to present or obtain information regarding fire prevention and protection.",
         "importance": 63,
         "category": "Core"
      }
   ]
}