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

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