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-2082.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "13530",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/13530",
         "title": "Spread sealing compound between boards or panels or over cracks, holes, nail heads, or screw heads, using trowels, broadknives, or spatulas.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13531",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/13531",
         "title": "Press paper tape over joints to embed tape into sealing compound and to seal joints.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13537",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/13537",
         "title": "Apply additional coats to fill in holes and make surfaces smooth.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13534",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/13534",
         "title": "Seal joints between plasterboard or other wallboard to prepare wall surfaces for painting or papering.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13533",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/13533",
         "title": "Spread and smooth cementing material over tape, using trowels or floating machines to blend joints with wall surfaces.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13535",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/13535",
         "title": "Sand or patch nicks or cracks in plasterboard or wallboard.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13532",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/13532",
         "title": "Mix sealing compounds by hand or with portable electric mixers.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20788",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/20788",
         "title": "Work on high ceilings, using scaffolding or other tools, such as stilts.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13541",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/13541",
         "title": "Select the correct sealing compound or tape.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13540",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tasks/13540",
         "title": "Countersink nails or screws below surfaces of walls before applying sealing compounds, using hammers or screwdrivers.",
         "importance": 74,
         "category": "Core"
      }
   ]
}