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-3026.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20516",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/20516",
         "title": "Test selected products at specified stages in the production process for performance characteristics or adherence to specifications.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "3672",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/3672",
         "title": "Compile and evaluate statistical data to determine and maintain quality and reliability of products.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "3660",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/3660",
         "title": "Study time, motion, methods, or speed involved in maintenance, production, or other operations to establish standard production rate or improve efficiency.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "3668",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/3668",
         "title": "Read worker logs, product processing sheets, or specification sheets to verify that records adhere to quality assurance specifications.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "20518",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/20518",
         "title": "Verify that equipment is being operated and maintained according to quality assurance standards by observing worker performance.",
         "importance": 60,
         "category": "Core"
      },
      {
         "id": "3663",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/3663",
         "title": "Aid in planning work assignments in accordance with worker performance, machine capacity, production schedules, or anticipated delays.",
         "importance": 55,
         "category": "Core"
      },
      {
         "id": "19692",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/19692",
         "title": "Evaluate industrial operations for compliance with permits or regulations related to the generation, storage, treatment, transportation, or disposal of hazardous materials or waste.",
         "importance": 58,
         "category": "Supplemental"
      },
      {
         "id": "22022",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/22022",
         "title": "Adhere to all applicable regulations, policies, and procedures for health, safety, and environmental compliance."
      },
      {
         "id": "22023",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/22023",
         "title": "Analyze, estimate, or report production costs."
      },
      {
         "id": "22024",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/related/tasks/22024",
         "title": "Assist engineers in developing, building, or testing prototypes or new products, processes, or procedures."
      }
   ]
}