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-9091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "13835",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13835",
         "title": "Fill machines with products, ingredients, money, and other supplies.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13839",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13839",
         "title": "Inspect machines and meters to determine causes of malfunctions and fix minor problems such as jammed bills or stuck products.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13840",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13840",
         "title": "Test machines to determine proper functioning.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13846",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13846",
         "title": "Replace malfunctioning parts, such as worn magnetic heads on automatic teller machine (ATM) card readers.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13845",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13845",
         "title": "Maintain records of machine maintenance and repair.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13842",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13842",
         "title": "Clean and oil machine parts.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13848",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13848",
         "title": "Order parts needed for machine repairs.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "13847",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13847",
         "title": "Adjust and repair coin, vending, or amusement machines and meters and replace defective mechanical and electrical parts, using hand tools, soldering irons, and diagrams.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "13843",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13843",
         "title": "Record transaction information on forms or logs, and notify designated personnel of discrepancies.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13836",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13836",
         "title": "Keep records of merchandise distributed and money collected.",
         "importance": 87,
         "category": "Supplemental"
      }
   ]
}