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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 9,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5051.00/summary/tasks?start=6&end=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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}