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-5013.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20451",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/20451",
         "title": "Maintain and perform safety inspections on equipment and tools."
      },
      {
         "id": "7080",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7080",
         "title": "Operate controls that raise derricks or level rigs."
      },
      {
         "id": "20452",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/20452",
         "title": "Listen to engines, rotary chains, or other equipment to detect faulty operations or unusual well conditions."
      },
      {
         "id": "7083",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7083",
         "title": "Prepare reports of services rendered, tools used, or time required, for billing purposes."
      },
      {
         "id": "7076",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5013.00/related/tasks/7076",
         "title": "Install pressure-control devices onto wellheads."
      }
   ]
}