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-4091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "8285",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8285",
         "title": "Prepare base for installation by removing unstable or unsuitable materials, compacting and grading the soil, draining or stabilizing weak or saturated soils and taking measures to prevent water penetration and migration of bedding sand.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8284",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8284",
         "title": "Supply and place base materials, edge restraints, bedding sand and jointing sand.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8292",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8292",
         "title": "Discuss the design with the client.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8287",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8287",
         "title": "Set pavers, aligning and spacing them correctly.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8288",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8288",
         "title": "Sweep sand into the joints and compact pavement until the joints are full.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8294",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8294",
         "title": "Screed sand level to an even thickness, and recheck sand exposed to elements, raking and rescreeding if necessary.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "8293",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8293",
         "title": "Cut paving stones to size and for edges, using a splitter and a masonry saw.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8289",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8289",
         "title": "Compact bedding sand and pavers to finish the paved area, using a plate compactor.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8290",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8290",
         "title": "Design paver installation layout pattern and create markings for directional references of joints and stringlines.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8286",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4091.00/related/tasks/8286",
         "title": "Sweep sand from the surface prior to opening to traffic.",
         "importance": 72,
         "category": "Core"
      }
   ]
}