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-2044.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2848",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2848",
         "title": "Align and straighten tile using levels, squares, and straightedges.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2851",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2851",
         "title": "Finish and dress the joints and wipe excess grout from between tiles, using damp sponge.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2850",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2850",
         "title": "Cut and shape tile to fit around obstacles and into odd spaces and corners, using hand and power cutting tools.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2849",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2849",
         "title": "Determine and implement the best layout to achieve a desired pattern.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2853",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2853",
         "title": "Mix, apply, and spread plaster, concrete, mortar, cement, mastic, glue or other adhesives to form a bed for the tiles, using brush, trowel and screed.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2859",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2859",
         "title": "Study blueprints and examine surface to be covered to determine amount of material needed.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "2855",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2855",
         "title": "Measure and mark surfaces to be tiled, following blueprints.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2864",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2864",
         "title": "Lay and set mosaic tiles to create decorative wall, mural, and floor designs.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2852",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2852",
         "title": "Apply mortar to tile back, position the tile, and press or tap with trowel handle to affix tile to base.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2869",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2869",
         "title": "Mix and apply mortar or cement to edges and ends of drain tiles to seal halves and joints.",
         "importance": 79,
         "category": "Core"
      }
   ]
}