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-5011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9889",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9889",
         "title": "Inspect derricks, or order their inspection, prior to being raised or lowered."
      },
      {
         "id": "9890",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9890",
         "title": "Inspect derricks for flaws, and clean and oil derricks to maintain proper working conditions."
      },
      {
         "id": "9891",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9891",
         "title": "Control the viscosity and weight of the drilling fluid."
      },
      {
         "id": "9892",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9892",
         "title": "Repair pumps, mud tanks, and related equipment."
      },
      {
         "id": "9893",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/related/tasks/9893",
         "title": "Set and bolt crown blocks to posts at tops of derricks."
      }
   ]
}