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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}