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/47-2152.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23469",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23469",
         "title": "Shut off steam, water, or other gases or liquids from pipe sections, using valve keys or wrenches.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "23478",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23478",
         "title": "Install underground storm, sanitary, or water piping systems, extending piping as needed to connect fixtures and plumbing.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "23466",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23466",
         "title": "Assemble pipe sections, tubing, or fittings, using couplings, clamps, screws, bolts, cement, plastic solvent, caulking, or soldering, brazing, or welding equipment.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "23474",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23474",
         "title": "Locate and mark the position of pipe installations, connections, passage holes, or fixtures in structures, using measuring instruments such as rulers or levels.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "23459",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23459",
         "title": "Cut, thread, or hammer pipes to specifications, using tools such as saws, cutting torches, pipe threaders, or pipe benders.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "23460",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23460",
         "title": "Lay out full scale drawings of pipe systems, supports, or related equipment, according to blueprints.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "23462",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23462",
         "title": "Plan pipe system layout, installation, or repair, according to specifications.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23475",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23475",
         "title": "Review blueprints, building codes, or specifications to determine work details or procedures.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "23465",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23465",
         "title": "Select pipe sizes, types, or related materials, such as supports, hangers, or hydraulic cylinders, according to specifications.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "23472",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23472",
         "title": "Fill pipes or plumbing fixtures with water or air and observe pressure gauges to detect and locate leaks.",
         "importance": 76,
         "category": "Core"
      }
   ]
}