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-2051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "13970",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13970",
         "title": "Release air bubbles and smooth seams, using rollers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "13971",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13971",
         "title": "Spray chopped fiberglass, resins, and catalysts onto prepared molds or dies using pneumatic spray guns with chopper attachments.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13974",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13974",
         "title": "Mix catalysts into resins, and saturate cloth and mats with mixtures, using brushes.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13976",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13976",
         "title": "Check completed products for conformance to specifications and for defects by measuring with rulers or micrometers, by checking them visually, or by tapping them to detect bubbles or dead spots.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13973",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13973",
         "title": "Pat or press layers of saturated mat or cloth into place on molds, using brushes or hands, and smooth out wrinkles and air bubbles with hands or squeegees.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13972",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13972",
         "title": "Select precut fiberglass mats, cloth, and wood-bracing materials as required by projects being assembled.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13975",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13975",
         "title": "Bond wood reinforcing strips to decks and cabin structures of watercraft, using resin-saturated fiberglass.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13977",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13977",
         "title": "Trim excess materials from molds, using hand shears or trimming knives.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "13980",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13980",
         "title": "Apply layers of plastic resin to mold surfaces prior to placement of fiberglass mats, repeating layers until products have the desired thicknesses and plastics have jelled.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "13984",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2051.00/related/tasks/13984",
         "title": "Inspect, clean, and assemble molds before beginning work.",
         "importance": 82,
         "category": "Supplemental"
      }
   ]
}