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-2043.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 7,
   "total": 7,
   "task": [
      {
         "id": "23933",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/23933",
         "title": "Buff and vacuum floors to ensure their cleanliness prior to the application of finish.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14870",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14870",
         "title": "Scrape and sand floor edges and areas inaccessible to floor sanders, using scrapers, disk-type sanders, and sandpaper.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14869",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14869",
         "title": "Inspect floors for smoothness.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14872",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14872",
         "title": "Attach sandpaper to rollers of sanding machines.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14871",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14871",
         "title": "Guide sanding machines over surfaces of floors until surfaces are smooth.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14873",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14873",
         "title": "Apply filler compound and coats of finish to floors to seal wood.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14874",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14874",
         "title": "Remove excess glue from joints, using knives, scrapers, or wood chisels.",
         "importance": 66,
         "category": "Core"
      }
   ]
}