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/27-1021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6896",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6896",
         "title": "Prepare sketches of ideas, detailed drawings, illustrations, artwork, or blueprints, using drafting instruments, paints and brushes, or computer-aided design equipment."
      },
      {
         "id": "6898",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6898",
         "title": "Modify and refine designs, using working models, to conform with customer specifications, production limitations, or changes in design trends."
      },
      {
         "id": "6902",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6902",
         "title": "Evaluate feasibility of design ideas, based on factors such as appearance, safety, function, serviceability, budget, production costs/methods, and market characteristics."
      },
      {
         "id": "6900",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6900",
         "title": "Confer with engineering, marketing, production, or sales departments, or with customers, to establish and evaluate design concepts for manufactured products."
      },
      {
         "id": "6901",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6901",
         "title": "Present designs and reports to customers or design committees for approval and discuss need for modification."
      }
   ]
}