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-7032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12230",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12230",
         "title": "Read blueprints, drawings, or written specifications to determine sizes and shapes of patterns and required machine setups.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "12235",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12235",
         "title": "Fit, fasten, and assemble wood parts together to form patterns, models, or sections, using glue, nails, dowels, bolts, and screws.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12231",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12231",
         "title": "Lay out patterns on wood stock and draw outlines of units, sectional patterns, or full-scale mock-ups of products, based on blueprint specifications and sketches, and using marking and measuring devices.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12234",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12234",
         "title": "Trim, smooth, and shape surfaces, and plane, shave, file, scrape, and sand models to attain specified shapes, using hand tools.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12247",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12247",
         "title": "Divide patterns into sections according to shapes of castings to facilitate removal of patterns from molds.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12232",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12232",
         "title": "Verify dimensions of completed patterns, using templates, straightedges, calipers, or protractors.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12236",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12236",
         "title": "Correct patterns to compensate for defects in castings.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12233",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12233",
         "title": "Set up, operate, and adjust a variety of woodworking machines such as bandsaws and lathes to cut and shape sections, parts, and patterns, according to specifications.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12240",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12240",
         "title": "Finish completed products or models with shellac, lacquer, wax, or paint.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12246",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tasks/12246",
         "title": "Estimate costs for patternmaking jobs.",
         "importance": 77,
         "category": "Core"
      }
   ]
}