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/49-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2929",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2929",
         "title": "Inspect, test, and measure completed work, using devices such as hand tools or gauges to verify conformance to standards or repair requirements.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "15263",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/15263",
         "title": "Inspect and monitor work areas, examine tools and equipment, and provide employee safety training to prevent, detect, and correct unsafe conditions or violations of procedures and safety rules.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "2920",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2920",
         "title": "Interpret specifications, blueprints, or job orders to construct templates and lay out reference points for workers.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "2914",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2914",
         "title": "Monitor employees' work levels and review work performance.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "2925",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2925",
         "title": "Perform skilled repair or maintenance operations, using equipment such as hand or power tools, hydraulic presses or shears, or welding equipment.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "2919",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2919",
         "title": "Compute estimates and actual costs of factors such as materials, labor, or outside contractors.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "15262",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/15262",
         "title": "Monitor tool and part inventories and the condition and maintenance of shops to ensure adequate working conditions.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "2918",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2918",
         "title": "Requisition materials and supplies, such as tools, equipment, or replacement parts.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "2923",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2923",
         "title": "Confer with personnel, such as management, engineering, quality control, customer, or union workers' representatives, to coordinate work activities, resolve employee grievances, or identify and review resource needs.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "2912",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2912",
         "title": "Determine schedules, sequences, and assignments for work activities, based on work priority, quantity of equipment, and skill of personnel.",
         "importance": 67,
         "category": "Core"
      }
   ]
}