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-2161.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "20789",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/20789",
         "title": "Cover surfaces such as windows, doors, or sidewalks to protect from splashing.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "20790",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/20790",
         "title": "Clean job sites.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9879",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/9879",
         "title": "Mix mortar and plaster to desired consistency or direct workers who perform mixing.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9878",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/9878",
         "title": "Apply coats of plaster or stucco to walls, ceilings, or partitions of buildings, using trowels, brushes, or spray guns.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "20791",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/20791",
         "title": "Set up scaffolds.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "20792",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/20792",
         "title": "Determine materials needed to complete the job and place orders accordingly.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9885",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/9885",
         "title": "Apply weatherproof, decorative coverings to exterior surfaces of buildings, such as by troweling or spraying on coats of stucco.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9883",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/9883",
         "title": "Clean and prepare surfaces for applications of plaster, cement, stucco, or similar materials, such as by drywall taping.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "9880",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/9880",
         "title": "Create decorative textures in finish coat, using brushes or trowels, sand, pebbles, or stones.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "9881",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/9881",
         "title": "Apply insulation to building exteriors by installing prefabricated insulation systems over existing walls or by covering the outer wall with insulation board, reinforcing mesh, and a base coat.",
         "importance": 68,
         "category": "Core"
      }
   ]
}