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-3016.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "14926",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14926",
         "title": "Check to ensure that completed roofs are watertight.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14927",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14927",
         "title": "Sweep and clean roofs to prepare them for the application of new roofing materials.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14928",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14928",
         "title": "Locate worn or torn areas in roofs.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14929",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14929",
         "title": "Clean work areas and equipment.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14930",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14930",
         "title": "Maintain tools and equipment.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14931",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14931",
         "title": "Cover roofs with layers of roofing felt or asphalt strips before installing tile, slate, or composition materials.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14932",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14932",
         "title": "Remove old roofing materials.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14933",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14933",
         "title": "Unload materials and tools from work trucks, and unroll roofing as directed.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14934",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14934",
         "title": "Set ladders, scaffolds, and hoists in place for taking supplies to roofs.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "14935",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3016.00/related/tasks/14935",
         "title": "Place tiles, nail them to roof boards, and cover nailheads with roofing cement.",
         "importance": 74,
         "category": "Core"
      }
   ]
}