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

URL:
https://api-v2.onetcenter.org/online/occupations/47-2022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8771",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8771",
         "title": "Set stone or marble in place, according to layout or pattern.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8772",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8772",
         "title": "Clean excess mortar or grout from surface of marble, stone, or monument, using sponge, brush, water, or acid.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8773",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8773",
         "title": "Lay brick to build shells of chimneys and smokestacks or to line or reline industrial furnaces, kilns, boilers and similar installations.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8774",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8774",
         "title": "Replace broken or missing masonry units in walls or floors.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8775",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2022.00/related/tasks/8775",
         "title": "Smooth, polish, and bevel surfaces, using hand tools and power tools.",
         "importance": 74,
         "category": "Core"
      }
   ]
}