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-2051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "7047",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7047",
         "title": "Check the forms that hold the concrete to see that they are properly constructed.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7048",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7048",
         "title": "Set the forms that hold concrete to the desired pitch and depth, and align them.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7049",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7049",
         "title": "Spread, level, and smooth concrete, using rake, shovel, hand or power trowel, hand or power screed, and float.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7051",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7051",
         "title": "Monitor how the wind, heat, or cold affect the curing of the concrete throughout the entire process.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "7050",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7050",
         "title": "Mold expansion joints and edges, using edging tools, jointers, and straightedge.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "7052",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7052",
         "title": "Signal truck driver to position truck to facilitate pouring concrete, and move chute to direct concrete on forms.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "7055",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7055",
         "title": "Direct the casting of the concrete and supervise laborers who use shovels or special tools to spread it.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "7053",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7053",
         "title": "Produce rough concrete surface, using broom.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "7061",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7061",
         "title": "Apply hardening and sealing compounds to cure surface of concrete, and waterproof or restore surface.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "7054",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/related/tasks/7054",
         "title": "Operate power vibrator to compact concrete.",
         "importance": 67,
         "category": "Core"
      }
   ]
}