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-2021.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-2021.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "4769",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4769",
         "title": "Measure distance from reference points and mark guidelines to lay out work, using plumb bobs and levels.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4768",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4768",
         "title": "Construct corners by fastening in plumb position a corner pole or building a corner pyramid of bricks, and filling in between the corners using a line from corner to corner to guide each course, or layer, of brick.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "4775",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4775",
         "title": "Apply and smooth mortar or other mixture over work surface.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "4770",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4770",
         "title": "Calculate angles and courses and determine vertical and horizontal alignment of courses.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "4772",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4772",
         "title": "Break or cut bricks, tiles, or blocks to size, using trowel edge, hammer, or power saw.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "4774",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4774",
         "title": "Interpret blueprints and drawings to determine specifications and to calculate the materials required.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "4773",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4773",
         "title": "Remove excess mortar with trowels and hand tools, and finish mortar joints with jointing tools, for a sealed, uniform appearance.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "4771",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4771",
         "title": "Fasten or fuse brick or other building material to structure with wire clamps, anchor holes, torch, or cement.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "4778",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4778",
         "title": "Clean working surface to remove scale, dust, soot, or chips of brick and mortar, using broom, wire brush, or scraper.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "4777",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/related/tasks/4777",
         "title": "Examine brickwork or structure to determine need for repair.",
         "importance": 63,
         "category": "Core"
      }
   ]
}