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-2081.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13504",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13504",
         "title": "Read blueprints or other specifications to determine methods of installation, work procedures, or material or tool requirements."
      },
      {
         "id": "13503",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13503",
         "title": "Measure and mark surfaces to lay out work, according to blueprints or drawings, using tape measures, straightedges or squares, and marking devices."
      },
      {
         "id": "13505",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13505",
         "title": "Fit and fasten wallboard or drywall into position on wood or metal frameworks, using glue, nails, or screws."
      },
      {
         "id": "13507",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13507",
         "title": "Measure and cut openings in panels or tiles for electrical outlets, windows, vents, plumbing, or other fixtures, using keyhole saws or other cutting tools."
      },
      {
         "id": "13509",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2081.00/related/tasks/13509",
         "title": "Assemble or install metal framing or decorative trim for windows, doorways, or vents."
      }
   ]
}