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-2141.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "11512",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11512",
         "title": "Fill cracks, holes, or joints with caulk, putty, plaster, or other fillers, using caulking guns or putty knives.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "11511",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11511",
         "title": "Cover surfaces with dropcloths or masking tape and paper to protect surfaces during painting.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "11523",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11523",
         "title": "Smooth surfaces, using sandpaper, scrapers, brushes, steel wool, or sanding machines.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11516",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11516",
         "title": "Read work orders or receive instructions from supervisors or homeowners to determine work requirements.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11513",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11513",
         "title": "Apply primers or sealers to prepare new surfaces, such as bare wood or metal, for finish coats.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11514",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11514",
         "title": "Apply paint, stain, varnish, enamel, or other finishes to equipment, buildings, bridges, or other structures, using brushes, spray guns, or rollers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11517",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11517",
         "title": "Erect scaffolding or swing gates, or set up ladders, to work above ground level.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11520",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11520",
         "title": "Mix and match colors of paint, stain, or varnish with oil or thinning and drying additives to obtain desired colors and consistencies.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11515",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11515",
         "title": "Calculate amounts of required materials and estimate costs, based on surface measurements or work orders.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "11524",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11524",
         "title": "Polish final coats to specified finishes.",
         "importance": 73,
         "category": "Core"
      }
   ]
}