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-3011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "13600",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13600",
         "title": "Mix mortar, plaster, and grout, manually or using machines, according to standard formulas.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "13598",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13598",
         "title": "Erect scaffolding or other installation structures.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13597",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13597",
         "title": "Cut materials to specified sizes for installation, using power saws or tile cutters.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13603",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13603",
         "title": "Modify material moving, mixing, grouting, grinding, polishing, or cleaning procedures, according to installation or material requirements.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13606",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13606",
         "title": "Transport materials, tools, or machines to installation sites, manually or using conveyance equipment.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13604",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13604",
         "title": "Provide assistance in the preparation, installation, repair, or rebuilding of tile, brick, or stone surfaces.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13599",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13599",
         "title": "Locate and supply materials to masons for installation, following drawings or numbered sequences.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13610",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13610",
         "title": "Arrange or store materials, machines, tools, or equipment.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13605",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13605",
         "title": "Clean installation surfaces, equipment, tools, work sites, or storage areas, using water, chemical solutions, oxygen lances, or polishing machines.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13607",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13607",
         "title": "Move or position materials such as marble slabs, using cranes, hoists, or dollies.",
         "importance": 72,
         "category": "Core"
      }
   ]
}