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/49-3022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20645",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/20645",
         "title": "Prime all scratches on pinchwelds with primer and allow to dry."
      },
      {
         "id": "8318",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8318",
         "title": "Remove all dirt, foreign matter, and loose glass from damaged areas, apply primer along windshield or window edges, and allow primer to dry."
      },
      {
         "id": "8320",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8320",
         "title": "Allow all glass parts installed with urethane ample time to cure, taking temperature and humidity into account."
      },
      {
         "id": "8324",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8324",
         "title": "Apply a bead of urethane around the perimeter of each pinchweld and dress the remaining urethane on the pinchwelds so that it is of uniform level and thickness."
      },
      {
         "id": "8325",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3022.00/related/tasks/8325",
         "title": "Select appropriate tools, safety equipment, and parts, according to job requirements."
      }
   ]
}