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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "6904",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6904",
         "title": "Research production specifications, costs, production materials, and manufacturing methods and provide cost estimates and itemized production requirements.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "6897",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6897",
         "title": "Direct and coordinate the fabrication of models or samples and the drafting of working drawings and specification sheets from sketches.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "6909",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6909",
         "title": "Investigate product characteristics such as the product's safety and handling qualities, its market appeal, how efficiently it can be produced, and ways of distributing, using, and maintaining it.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "6906",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6906",
         "title": "Develop manufacturing procedures and monitor the manufacture of their designs in a factory to improve operations and product quality.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "6911",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/related/tasks/6911",
         "title": "Participate in new product planning or market research, including studying the potential need for new products.",
         "importance": 57,
         "category": "Core"
      }
   ]
}