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-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8450",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8450",
         "title": "Enforce safety and sanitation regulations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20155",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/20155",
         "title": "Keep records of employees' attendance and hours worked.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8455",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8455",
         "title": "Inspect materials, products, or equipment to detect defects or malfunctions.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8452",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8452",
         "title": "Read and analyze charts, work orders, production schedules, and other records and reports to determine production requirements and to evaluate current production estimates and outputs.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8454",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8454",
         "title": "Plan and establish work schedules, assignments, and production sequences to meet production goals.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8453",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8453",
         "title": "Confer with other supervisors to coordinate operations and activities within or between departments.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8459",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8459",
         "title": "Interpret specifications, blueprints, job orders, and company policies and procedures for workers.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8457",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8457",
         "title": "Observe work and monitor gauges, dials, and other indicators to ensure that operators conform to production or processing standards.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8451",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8451",
         "title": "Direct and coordinate the activities of employees engaged in the production or processing of goods, such as inspectors, machine setters, or fabricators.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20154",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/20154",
         "title": "Conduct employee training in equipment operations or work and safety procedures, or assign employee training to experienced workers.",
         "importance": 75,
         "category": "Core"
      }
   ]
}