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-2142.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14906",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14906",
         "title": "Smooth strips or sections of paper with brushes or rollers to remove wrinkles and bubbles and to smooth joints.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14907",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14907",
         "title": "Trim rough edges from strips, using straightedges and trimming knives.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14908",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14908",
         "title": "Trim excess material at ceilings or baseboards, using knives.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14909",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14909",
         "title": "Check finished wallcoverings for proper alignment, pattern matching, and neatness of seams.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14910",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14910",
         "title": "Mark vertical guidelines on walls to align strips, using plumb bobs and chalk lines.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14911",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14911",
         "title": "Cover interior walls and ceilings of rooms with decorative wallpaper or fabric, using hand tools.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14912",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14912",
         "title": "Apply adhesives to the backs of paper strips, using brushes, or dunk strips of prepasted wallcovering in water, wiping off any excess adhesive.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14913",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14913",
         "title": "Measure and cut strips from rolls of wallpaper or fabric, using shears or razors.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14914",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14914",
         "title": "Place strips or sections of paper on surfaces, aligning section edges and patterns.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14915",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14915",
         "title": "Fill holes, cracks, and other surface imperfections preparatory to covering surfaces.",
         "importance": 80,
         "category": "Core"
      }
   ]
}