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-5043.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "4889",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/4889",
         "title": "Drill bolt holes into roofs at specified distances from ribs or adjacent bolts.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "21017",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21017",
         "title": "Pull down loose rock that cannot be supported.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "4894",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/4894",
         "title": "Position bolting machines, and insert drill bits into chucks.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "21018",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21018",
         "title": "Perform safety checks on equipment before operating.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "21019",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21019",
         "title": "Perform tests to determine if methane gas is present.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "4890",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/4890",
         "title": "Force bolts into holes, using hydraulic mechanisms of self-propelled bolting machines.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "21020",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21020",
         "title": "Perform ventilation tasks, such as hanging ventilation curtains and tubes.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "21021",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21021",
         "title": "Dust rocks after bolting.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "21022",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21022",
         "title": "Install various types of bolts, including truss, glue, and resin bolts, traversing entire ceiling spans.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "21023",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21023",
         "title": "Drill test holes and test bolts for specified tension, using torque wrenches.",
         "importance": 95,
         "category": "Core"
      }
   ]
}