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-7061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4997",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4997",
         "title": "Rinse objects and place them on drying racks or use cloth, squeegees, or air compressors to dry surfaces.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "5006",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/5006",
         "title": "Apply paints, dyes, polishes, reconditioners, waxes, or masking materials to vehicles to preserve, protect, or restore color or condition.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "4996",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4996",
         "title": "Clean and polish vehicle windows.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "4998",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4998",
         "title": "Drive vehicles to or from workshops or customers' workplaces or homes.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "4993",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4993",
         "title": "Scrub, scrape, or spray machine parts, equipment, or vehicles, using scrapers, brushes, clothes, cleaners, disinfectants, insecticides, acid, abrasives, vacuums, or hoses.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "4992",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4992",
         "title": "Inspect parts, equipment, or vehicles for cleanliness, damage, and compliance with standards or regulations.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "4994",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4994",
         "title": "Mix cleaning solutions, abrasive compositions, or other compounds, according to formulas.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "5005",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/5005",
         "title": "Maintain inventories of supplies.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "5000",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/5000",
         "title": "Pre-soak or rinse machine parts, equipment, or vehicles by immersing objects in cleaning solutions or water, manually or using hoists.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "5007",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/5007",
         "title": "Turn valves or disconnect hoses to eliminate water, cleaning solutions, or vapors from machinery or tanks.",
         "importance": 66,
         "category": "Core"
      }
   ]
}