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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}