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-7011.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-7011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12211",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7011.00/related/tasks/12211",
         "title": "Verify dimensions or check the quality or fit of pieces to ensure adherence to specifications."
      },
      {
         "id": "12210",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7011.00/related/tasks/12210",
         "title": "Produce or assemble components of articles, such as store fixtures, office equipment, cabinets, or high-grade furniture."
      },
      {
         "id": "12213",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7011.00/related/tasks/12213",
         "title": "Measure and mark dimensions of parts on paper or lumber stock prior to cutting, following blueprints, to ensure a tight fit and quality product."
      },
      {
         "id": "12212",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7011.00/related/tasks/12212",
         "title": "Set up or operate machines, including power saws, jointers, mortisers, tenoners, molders, or shapers, to cut, mold, or shape woodstock or wood substitutes."
      },
      {
         "id": "12216",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7011.00/related/tasks/12216",
         "title": "Establish the specifications of articles to be constructed or repaired, or plan the methods or operations for shaping or assembling parts, based on blueprints, drawings, diagrams, or oral or written instructions."
      }
   ]
}