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-3022.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-3022.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "20645",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/20645",
         "title": "Prime all scratches on pinchwelds with primer and allow to dry.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "8318",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8318",
         "title": "Remove all dirt, foreign matter, and loose glass from damaged areas, apply primer along windshield or window edges, and allow primer to dry.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "8320",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8320",
         "title": "Allow all glass parts installed with urethane ample time to cure, taking temperature and humidity into account.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "8324",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8324",
         "title": "Apply a bead of urethane around the perimeter of each pinchweld and dress the remaining urethane on the pinchwelds so that it is of uniform level and thickness.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "8325",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8325",
         "title": "Select appropriate tools, safety equipment, and parts, according to job requirements.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "20646",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/20646",
         "title": "Install replacement glass in vehicles.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "8322",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8322",
         "title": "Obtain windshields or windows for specific automobile makes and models from stock and examine them for defects prior to installation.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "8323",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8323",
         "title": "Check for and remove moisture or contamination in damaged areas and keep areas dry until repairs are complete.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8327",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8327",
         "title": "Replace all moldings, clips, windshield wipers, or other parts that were removed prior to glass replacement or repair.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8326",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8326",
         "title": "Remove broken or damaged glass windshields or window glass from motor vehicles, using hand tools to remove screws from frames holding glass.",
         "importance": 83,
         "category": "Core"
      }
   ]
}