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/47-4041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20796",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/20796",
         "title": "Build containment areas prior to beginning abatement or decontamination work."
      },
      {
         "id": "11591",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/11591",
         "title": "Remove asbestos or lead from surfaces, using hand or power tools such as scrapers, vacuums, or high-pressure sprayers."
      },
      {
         "id": "11594",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/11594",
         "title": "Identify asbestos, lead, or other hazardous materials to be removed, using monitoring devices."
      },
      {
         "id": "20797",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/20797",
         "title": "Prepare hazardous material for removal or storage."
      },
      {
         "id": "11584",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/11584",
         "title": "Comply with prescribed safety procedures or federal laws regulating waste disposal methods."
      }
   ]
}