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-2042.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-2042.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "8253",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8253",
         "title": "Sweep, scrape, sand, or chip dirt and irregularities to clean base surfaces, correcting imperfections that may show through the covering.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8254",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8254",
         "title": "Cut flooring material to fit around obstructions.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8255",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8255",
         "title": "Inspect surface to be covered to ensure that it is firm and dry.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8256",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8256",
         "title": "Trim excess covering materials, tack edges, and join sections of covering material to form tight joint.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "8257",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8257",
         "title": "Form a smooth foundation by stapling plywood or Masonite over the floor or by brushing waterproof compound onto surface and filling cracks with plaster, putty, or grout to seal pores.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8258",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8258",
         "title": "Measure and mark guidelines on surfaces or foundations, using chalk lines and dividers.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8259",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8259",
         "title": "Cut covering and foundation materials, according to blueprints and sketches.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8260",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8260",
         "title": "Roll and press sheet wall and floor covering into cement base to smooth and finish surface, using hand roller.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8261",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8261",
         "title": "Apply adhesive cement to floor or wall material to join and adhere foundation material.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8262",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2042.00/related/tasks/8262",
         "title": "Determine traffic areas and decide location of seams.",
         "importance": 72,
         "category": "Core"
      }
   ]
}