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-2044.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2848",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2848",
         "title": "Align and straighten tile using levels, squares, and straightedges."
      },
      {
         "id": "2851",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2851",
         "title": "Finish and dress the joints and wipe excess grout from between tiles, using damp sponge."
      },
      {
         "id": "2850",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2850",
         "title": "Cut and shape tile to fit around obstacles and into odd spaces and corners, using hand and power cutting tools."
      },
      {
         "id": "2849",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2849",
         "title": "Determine and implement the best layout to achieve a desired pattern."
      },
      {
         "id": "2853",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/related/tasks/2853",
         "title": "Mix, apply, and spread plaster, concrete, mortar, cement, mastic, glue or other adhesives to form a bed for the tiles, using brush, trowel and screed."
      }
   ]
}