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/43-5041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11309",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11309",
         "title": "Read electric, gas, water, or steam consumption meters and enter data in route books or hand-held computers."
      },
      {
         "id": "11311",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11311",
         "title": "Upload into office computers all information collected on hand-held computers during meter rounds, or return route books or hand-held computers to business offices so that data can be compiled."
      },
      {
         "id": "11310",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11310",
         "title": "Walk or drive vehicles along established routes to take readings of meter dials."
      },
      {
         "id": "11313",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11313",
         "title": "Inspect meters for unauthorized connections, defects, and damage, such as broken seals."
      },
      {
         "id": "11312",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11312",
         "title": "Verify readings in cases where consumption appears to be abnormal, and record possible reasons for fluctuations."
      }
   ]
}