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/51-7021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14251",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14251",
         "title": "Brush, spray, or hand-rub finishing ingredients, such as paint, oil, stain, or wax, onto and into wood grain and apply lacquer or other sealers.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14254",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14254",
         "title": "Fill and smooth cracks or depressions, remove marks and imperfections, and repair broken parts, using plastic or wood putty, glue, nails, or screws.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14252",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14252",
         "title": "Smooth, shape, and touch up surfaces to prepare them for finishing, using sandpaper, pumice stones, steel wool, chisels, sanders, or grinders.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14263",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14263",
         "title": "Remove accessories prior to finishing, and mask areas that should not be exposed to finishing processes or substances.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14259",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14259",
         "title": "Remove old finishes and damaged or deteriorated parts, using hand tools, stripping tools, sandpaper, steel wool, abrasives, solvents, or dip baths.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14264",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14264",
         "title": "Treat warped or stained surfaces to restore original contours and colors.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14253",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14253",
         "title": "Select appropriate finishing ingredients such as paint, stain, lacquer, shellac, or varnish, depending on factors such as wood hardness and surface type.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14250",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14250",
         "title": "Mix finish ingredients to obtain desired colors or shades.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14267",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14267",
         "title": "Remove excess solvent, using cloths soaked in paint thinner.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "14256",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7021.00/related/tasks/14256",
         "title": "Examine furniture to determine the extent of damage or deterioration, and to decide on the best method for repair or restoration.",
         "importance": 73,
         "category": "Core"
      }
   ]
}