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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "9827",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9827",
         "title": "Spread, level, or smooth concrete or terrazzo mixtures to form bases or finished surfaces, using rakes, shovels, hand or power trowels, hand or power screeds, or floats.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9828",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9828",
         "title": "Grind curved surfaces or areas inaccessible to surfacing machine, such as stairways or cabinet tops, with portable hand grinder.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9832",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9832",
         "title": "Wash polished terrazzo surface, using cleaner and water, and apply sealer and curing agent according to manufacturer's specifications, using brush or sprayer.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9830",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9830",
         "title": "Position and secure moisture membrane and wire mesh in preparation for pouring base materials for terrazzo installation.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9838",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2053.00/related/tasks/9838",
         "title": "Fill slight grinding depressions with matching grout material and hand-trowel for a smooth, uniform surface.",
         "importance": 75,
         "category": "Core"
      }
   ]
}