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-2161.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20789",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/20789",
         "title": "Cover surfaces such as windows, doors, or sidewalks to protect from splashing."
      },
      {
         "id": "20790",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/20790",
         "title": "Clean job sites."
      },
      {
         "id": "9879",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/9879",
         "title": "Mix mortar and plaster to desired consistency or direct workers who perform mixing."
      },
      {
         "id": "9878",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/9878",
         "title": "Apply coats of plaster or stucco to walls, ceilings, or partitions of buildings, using trowels, brushes, or spray guns."
      },
      {
         "id": "20791",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/tasks/20791",
         "title": "Set up scaffolds."
      }
   ]
}