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-2141.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11512",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11512",
         "title": "Fill cracks, holes, or joints with caulk, putty, plaster, or other fillers, using caulking guns or putty knives."
      },
      {
         "id": "11511",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11511",
         "title": "Cover surfaces with dropcloths or masking tape and paper to protect surfaces during painting."
      },
      {
         "id": "11523",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11523",
         "title": "Smooth surfaces, using sandpaper, scrapers, brushes, steel wool, or sanding machines."
      },
      {
         "id": "11516",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11516",
         "title": "Read work orders or receive instructions from supervisors or homeowners to determine work requirements."
      },
      {
         "id": "11513",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2141.00/related/tasks/11513",
         "title": "Apply primers or sealers to prepare new surfaces, such as bare wood or metal, for finish coats."
      }
   ]
}