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-9011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8388",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8388",
         "title": "Wind large springs with upward motion of arm.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8387",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8387",
         "title": "Adjust doors to open or close with the correct amount of effort, or make simple adjustments to electric openers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8394",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8394",
         "title": "Carry springs to tops of doors, using ladders or scaffolding, and attach springs to tracks to install spring systems.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "8393",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8393",
         "title": "Repair or replace worn or broken door parts, using hand tools.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8391",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8391",
         "title": "Complete required paperwork, such as work orders, according to services performed or required.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8392",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8392",
         "title": "Fasten angle iron back-hangers to ceilings and tracks, using fasteners or welding equipment.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8390",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8390",
         "title": "Collect payment upon job completion.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8397",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8397",
         "title": "Install door frames, rails, steel rolling curtains, electronic-eye mechanisms, or electric door openers and closers, using power tools, hand tools, and electronic test equipment.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8389",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8389",
         "title": "Inspect job sites, assessing headroom, side room, or other conditions to determine appropriateness of door for a given location.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "8399",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/related/tasks/8399",
         "title": "Assemble and fasten tracks to structures or bucks, using impact wrenches or welding equipment.",
         "importance": 72,
         "category": "Core"
      }
   ]
}