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/17-2131.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9001",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9001",
         "title": "Analyze product failure data and laboratory test results to determine causes of problems and develop solutions.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "9004",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9004",
         "title": "Design and direct the testing or control of processing procedures.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9002",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9002",
         "title": "Monitor material performance, and evaluate its deterioration.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9006",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9006",
         "title": "Conduct or supervise tests on raw materials or finished products to ensure their quality.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9005",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9005",
         "title": "Evaluate technical specifications and economic factors relating to process or product design objectives.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9012",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9012",
         "title": "Modify properties of metal alloys, using thermal and mechanical treatments.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9015",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9015",
         "title": "Determine appropriate methods for fabricating and joining materials.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9013",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9013",
         "title": "Guide technical staff in developing materials for specific uses in projected products or devices.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9010",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9010",
         "title": "Review new product plans, and make recommendations for material selection, based on design objectives such as strength, weight, heat resistance, electrical conductivity, and cost.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9003",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9003",
         "title": "Supervise the work of technologists, technicians, and other engineers and scientists.",
         "importance": 73,
         "category": "Core"
      }
   ]
}