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-9123.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 9,
   "total": 9,
   "task": [
      {
         "id": "12527",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12527",
         "title": "Apply coatings, such as paint, ink, or lacquer, to protect or decorate workpiece surfaces, using spray guns, pens, or brushes.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12528",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12528",
         "title": "Examine finished surfaces of workpieces to verify conformance to specifications and retouch any defective areas.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12529",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12529",
         "title": "Clean and maintain tools and equipment, using solvents, brushes, and rags.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "12530",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12530",
         "title": "Read job orders and inspect workpieces to determine work procedures and materials required.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "12534",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12534",
         "title": "Select and mix ingredients to prepare coating substances according to specifications, using paddles or mechanical mixers.",
         "importance": 84,
         "category": "Supplemental"
      },
      {
         "id": "12533",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12533",
         "title": "Place coated workpieces in ovens or dryers for specified times to dry or harden finishes.",
         "importance": 82,
         "category": "Supplemental"
      },
      {
         "id": "12531",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12531",
         "title": "Clean surfaces of workpieces in preparation for coating, using cleaning fluids, solvents, brushes, scrapers, steam, sandpaper, or cloth.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "12536",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12536",
         "title": "Conceal blemishes in workpieces, such as nicks and dents, using fillers such as putty.",
         "importance": 75,
         "category": "Supplemental"
      },
      {
         "id": "12532",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12532",
         "title": "Rinse, drain, or wipe coated workpieces to remove excess coating material or to facilitate setting of finish coats on workpieces.",
         "importance": 72,
         "category": "Supplemental"
      }
   ]
}