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-2151.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "11535",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11535",
         "title": "Install or use instruments such as lasers, grade rods, or transit levels.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "11533",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11533",
         "title": "Cut pipes to required lengths.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11532",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11532",
         "title": "Connect pipe pieces and seal joints, using welding equipment, cement, or glue.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11531",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11531",
         "title": "Cover pipes with earth or other materials.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11534",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11534",
         "title": "Install or repair sanitary or stormwater sewer structures or pipe systems.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11538",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11538",
         "title": "Align and position pipes to prepare them for welding or sealing.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11530",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11530",
         "title": "Check slopes for conformance to requirements, using levels or lasers.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11537",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11537",
         "title": "Lay out pipe routes, following written instructions or blueprints and coordinating layouts with supervisors.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11540",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11540",
         "title": "Operate mechanized equipment, such as pickup trucks, rollers, tandem dump trucks, front-end loaders, or backhoes.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11536",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2151.00/related/tasks/11536",
         "title": "Grade or level trench bases, using tamping machines or hand tools.",
         "importance": 80,
         "category": "Core"
      }
   ]
}