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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}