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-3011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13600",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13600",
         "title": "Mix mortar, plaster, and grout, manually or using machines, according to standard formulas."
      },
      {
         "id": "13598",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13598",
         "title": "Erect scaffolding or other installation structures."
      },
      {
         "id": "13597",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13597",
         "title": "Cut materials to specified sizes for installation, using power saws or tile cutters."
      },
      {
         "id": "13603",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13603",
         "title": "Modify material moving, mixing, grouting, grinding, polishing, or cleaning procedures, according to installation or material requirements."
      },
      {
         "id": "13606",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3011.00/related/tasks/13606",
         "title": "Transport materials, tools, or machines to installation sites, manually or using conveyance equipment."
      }
   ]
}