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-1042.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20830",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/20830",
         "title": "Maintain a safe working environment by monitoring safety procedures and equipment.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "8562",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8562",
         "title": "Collaborate with workers and managers to solve work-related problems.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "8563",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8563",
         "title": "Review work throughout the work process and at completion to ensure that it has been performed properly.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "8566",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8566",
         "title": "Inform designated employees or departments of items loaded or problems encountered.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8573",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8573",
         "title": "Inspect equipment for wear and for conformance to specifications.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8570",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8570",
         "title": "Prepare and maintain work records and reports of information such as employee time and wages, daily receipts, or inspection results.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "8564",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8564",
         "title": "Transmit and explain work orders to laborers.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8561",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8561",
         "title": "Plan work schedules and assign duties to maintain adequate staff for effective performance of activities and response to fluctuating workloads.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8582",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8582",
         "title": "Participate in the hiring process by reviewing credentials, conducting interviews, or making hiring decisions or recommendations.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8579",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/related/tasks/8579",
         "title": "Estimate material, time, and staffing requirements for a given project, based on work orders, job specifications, and experience.",
         "importance": 73,
         "category": "Core"
      }
   ]
}