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-2181.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13574",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13574",
         "title": "Inspect problem roofs to determine the best repair procedures."
      },
      {
         "id": "13586",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13586",
         "title": "Remove snow, water, or debris from roofs prior to applying roofing materials."
      },
      {
         "id": "13575",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13575",
         "title": "Set up scaffolding to provide safe access to roofs."
      },
      {
         "id": "20793",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/20793",
         "title": "Estimate materials and labor required to complete roofing jobs."
      },
      {
         "id": "13578",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13578",
         "title": "Cement or nail flashing strips of metal or shingle over joints to make them watertight."
      }
   ]
}