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-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22991",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/22991",
         "title": "Prepare and maintain reports of investigation results, and records of convicted arsonists and arson suspects.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "22992",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/22992",
         "title": "Testify in court cases involving fires, suspected arson, and false alarms.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "22993",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/22993",
         "title": "Package collected pieces of evidence in securely closed containers, such as bags, crates, or boxes, to protect them.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "22994",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/22994",
         "title": "Conduct inspections and acceptance testing of newly installed fire protection systems.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "22995",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/22995",
         "title": "Analyze evidence and other information to determine probable cause of fire or explosion.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "22996",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/22996",
         "title": "Photograph damage and evidence related to causes of fires or explosions to document investigation findings.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22998",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/22998",
         "title": "Inspect buildings to locate hazardous conditions and fire code violations, such as accumulations of combustible material, electrical wiring problems, and inadequate or non-functional fire exits.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22997",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/22997",
         "title": "Examine fire sites and collect evidence such as glass, metal fragments, charred wood, and accelerant residue for use in determining the cause of a fire.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22999",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/22999",
         "title": "Instruct children about the dangers of fire.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23000",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/related/tasks/23000",
         "title": "Conduct fire code compliance follow-ups to ensure that corrective actions have been taken in cases where violations were found.",
         "importance": 88,
         "category": "Core"
      }
   ]
}