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-2022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8766",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8766",
         "title": "Lay out wall patterns or foundations, using straight edge, rule, or staked lines."
      },
      {
         "id": "8767",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8767",
         "title": "Shape, trim, face and cut marble or stone preparatory to setting, using power saws, cutting equipment, and hand tools."
      },
      {
         "id": "8768",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8768",
         "title": "Set vertical and horizontal alignment of structures, using plumb bob, gauge line, and level."
      },
      {
         "id": "8769",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8769",
         "title": "Mix mortar or grout and pour or spread mortar or grout on marble slabs, stone, or foundation."
      },
      {
         "id": "8770",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8770",
         "title": "Remove wedges, fill joints between stones, finish joints between stones, using a trowel, and smooth the mortar to an attractive finish, using a tuck pointer."
      }
   ]
}