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-5051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 9,
   "total": 9,
   "task": [
      {
         "id": "14966",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/related/tasks/14966",
         "title": "Locate grain line patterns to determine how rocks will split when cut.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "14967",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/related/tasks/14967",
         "title": "Remove pieces of stone from larger masses, using jackhammers, wedges, and other tools.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "14968",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/related/tasks/14968",
         "title": "Insert wedges and feathers into holes, and drive wedges with sledgehammers to split stone sections from masses.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "14969",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/related/tasks/14969",
         "title": "Mark dimensions or outlines on stone prior to cutting, using rules and chalk lines.",
         "importance": 60,
         "category": "Core"
      },
      {
         "id": "14970",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/related/tasks/14970",
         "title": "Cut slabs of stone into sheets that will be used for floors or counters.",
         "importance": 73,
         "category": "Supplemental"
      },
      {
         "id": "14971",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/related/tasks/14971",
         "title": "Set charges of explosives to split rock.",
         "importance": 70,
         "category": "Supplemental"
      },
      {
         "id": "14972",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/related/tasks/14972",
         "title": "Drill holes along outlines, using jackhammers.",
         "importance": 70,
         "category": "Supplemental"
      },
      {
         "id": "14973",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/related/tasks/14973",
         "title": "Drill holes into sides of stones broken from masses, insert dogs or attach slings, and direct removal of stones.",
         "importance": 69,
         "category": "Supplemental"
      },
      {
         "id": "14974",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/related/tasks/14974",
         "title": "Cut grooves along outlines, using chisels.",
         "importance": 57,
         "category": "Supplemental"
      }
   ]
}