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-2072.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 5,
   "task": [
      {
         "id": "14901",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2072.00/related/tasks/14901",
         "title": "Move hand and foot levers of hoisting equipment to position piling leads, hoist piling into leads, and position hammers over pilings.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "14904",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2072.00/related/tasks/14904",
         "title": "Move levers and turn valves to activate power hammers, or to raise and lower drophammers that drive piles to required depths.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14903",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2072.00/related/tasks/14903",
         "title": "Drive pilings to provide support for buildings or other structures, using heavy equipment with a pile driver head.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14902",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2072.00/related/tasks/14902",
         "title": "Conduct pre-operational checks on equipment to ensure proper functioning.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14905",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2072.00/related/tasks/14905",
         "title": "Clean, lubricate, and refill equipment.",
         "importance": 82,
         "category": "Core"
      }
   ]
}