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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/details/tasks?start=11&end=12",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11314",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11314",
         "title": "Report to service departments any problems, such as meter irregularities, damaged equipment, or impediments to meter access, including dogs.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11317",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11317",
         "title": "Leave messages to arrange different times to read meters in cases in which meters are not accessible.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11318",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11318",
         "title": "Connect and disconnect utility services at specific locations.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "11315",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11315",
         "title": "Answer customers' questions about services and charges, or direct them to customer service centers.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "11316",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/related/tasks/11316",
         "title": "Update client address and meter location information.",
         "importance": 70,
         "category": "Core"
      }
   ]
}