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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}