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/19-4042.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1550",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1550",
         "title": "Collect samples of gases, soils, water, industrial wastewater, or asbestos products to conduct tests on pollutant levels or identify sources of pollution."
      },
      {
         "id": "20869",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/20869",
         "title": "Investigate hazardous conditions or spills or outbreaks of disease or food poisoning, collecting samples for analysis."
      },
      {
         "id": "1549",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1549",
         "title": "Record test data and prepare reports, summaries, or charts that interpret test results."
      },
      {
         "id": "1556",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1556",
         "title": "Prepare samples or photomicrographs for testing and analysis."
      },
      {
         "id": "1560",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1560",
         "title": "Discuss test results and analyses with customers."
      }
   ]
}