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/49-9095.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "13878",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13878",
         "title": "Seal open sides of modular units to prepare them for shipment, using polyethylene sheets, nails, and hammers.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13879",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13879",
         "title": "Move and set up mobile homes or prefabricated buildings on owners' lots or at mobile home parks.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13880",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13880",
         "title": "Inspect, examine, and test the operation of parts or systems to evaluate operating condition and to determine if repairs are needed.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13881",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13881",
         "title": "Connect water hoses to inlet pipes of plumbing systems, and test operation of plumbing fixtures.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13882",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13882",
         "title": "Remove damaged exterior panels, repair and replace structural frame members, and seal leaks, using hand tools.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "13883",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13883",
         "title": "List parts needed, estimate costs, and plan work procedures, using parts lists, technical manuals, and diagrams.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13884",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13884",
         "title": "Confer with customers or read work orders to determine the nature and extent of damage to units.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13885",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13885",
         "title": "Install, repair, and replace units, fixtures, appliances, and other items and systems in mobile and modular homes, prefabricated buildings, or travel trailers, using hand tools or power tools.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "13886",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13886",
         "title": "Reset hardware, using chisels, mallets, and screwdrivers.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "13887",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/tasks/13887",
         "title": "Repair leaks in plumbing or gas lines, using caulking compounds and plastic or copper pipe.",
         "importance": 64,
         "category": "Core"
      }
   ]
}