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/53-1043.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8584",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8584",
         "title": "Enforce safety rules and regulations.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8593",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8593",
         "title": "Interpret transportation or tariff regulations, shipping orders, safety regulations, or company policies and procedures for workers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8588",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8588",
         "title": "Resolve worker problems or collaborate with employees to assist in problem resolution.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8586",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8586",
         "title": "Confer with customers, supervisors, contractors, or other personnel to exchange information or to resolve problems.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "8585",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8585",
         "title": "Plan work assignments and equipment allocations to meet transportation, operations or production goals.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "8603",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8603",
         "title": "Examine, measure, or weigh cargo or materials to determine specific handling requirements.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8594",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8594",
         "title": "Explain and demonstrate work tasks to new workers or assign training tasks to experienced workers.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8589",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8589",
         "title": "Review orders, production schedules, blueprints, or shipping or receiving notices to determine work sequences and material shipping dates, types, volumes, or destinations.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8605",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8605",
         "title": "Drive vehicles or operate machines or equipment to complete work assignments or to assist workers.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "8599",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8599",
         "title": "Inspect or test materials, stock, vehicles, equipment, or facilities to ensure that they are safe, free of defects, and consistent with specifications.",
         "importance": 73,
         "category": "Core"
      }
   ]
}