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