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/51-9124.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23656",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23656",
         "title": "Dispose of hazardous waste in an appropriate manner.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12522",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/12522",
         "title": "Hold or position spray guns to direct spray onto articles.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23664",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23664",
         "title": "Spray prepared surfaces with specified amounts of primers and decorative or finish coatings.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "23659",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23659",
         "title": "Monitor painting operations to identify flaws, such as blisters or streaks, and correct their causes.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23655",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23655",
         "title": "Disassemble, clean, and reassemble sprayers or power equipment, using solvents, wire brushes, and cloths.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12513",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/12513",
         "title": "Fill hoppers, reservoirs, troughs, or pans with material used to coat, paint, or spray, using conveyors or pails.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23654",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23654",
         "title": "Clean equipment and work areas.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23652",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23652",
         "title": "Apply rust-resistant undercoats and caulk and seal seams.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12509",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/12509",
         "title": "Start and stop operation of machines, using levers or buttons.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12504",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/12504",
         "title": "Determine paint flow, viscosity, and coating quality by performing visual inspections, or by using viscometers.",
         "importance": 77,
         "category": "Core"
      }
   ]
}