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/51-8031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 8,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/summary/tasks?start=6&end=8",
   "task": [
      {
         "id": "925",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/925",
         "title": "Add chemicals, such as ammonia, chlorine, or lime, to disinfect and deodorize water and other liquids."
      },
      {
         "id": "928",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/928",
         "title": "Collect and test water and sewage samples, using test equipment and color analysis standards."
      },
      {
         "id": "929",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/929",
         "title": "Record operational data, personnel attendance, or meter and gauge readings on specified forms."
      },
      {
         "id": "926",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/926",
         "title": "Operate and adjust controls on equipment to purify and clarify water, process or dispose of sewage, and generate power."
      },
      {
         "id": "927",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/927",
         "title": "Inspect equipment or monitor operating conditions, meters, and gauges to determine load requirements and detect malfunctions."
      }
   ]
}