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-2043.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 7,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/summary/tasks?start=6&end=7",
   "task": [
      {
         "id": "23933",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/23933",
         "title": "Buff and vacuum floors to ensure their cleanliness prior to the application of finish."
      },
      {
         "id": "14870",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14870",
         "title": "Scrape and sand floor edges and areas inaccessible to floor sanders, using scrapers, disk-type sanders, and sandpaper."
      },
      {
         "id": "14869",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14869",
         "title": "Inspect floors for smoothness."
      },
      {
         "id": "14872",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14872",
         "title": "Attach sandpaper to rollers of sanding machines."
      },
      {
         "id": "14871",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tasks/14871",
         "title": "Guide sanding machines over surfaces of floors until surfaces are smooth."
      }
   ]
}