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-2053.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9825",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9825",
         "title": "Measure designated amounts of ingredients for terrazzo or grout, according to standard formulas and specifications, using graduated containers and scales, and load ingredients into portable mixer."
      },
      {
         "id": "9829",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9829",
         "title": "Grind surfaces with a power grinder, or polish surfaces with polishing or surfacing machines."
      },
      {
         "id": "9823",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9823",
         "title": "Cut metal division strips and press them into the terrazzo base for joints or changes of color to form designs or patterns or to help prevent cracks."
      },
      {
         "id": "9824",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9824",
         "title": "Blend marble chip mixtures, place into panels, and push a roller over the surface to embed the chips."
      },
      {
         "id": "9831",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9831",
         "title": "Modify mixing, grouting, grinding, or cleaning procedures, according to type of installation or material used."
      }
   ]
}