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/51-9124.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23656",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23656",
         "title": "Dispose of hazardous waste in an appropriate manner."
      },
      {
         "id": "12522",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/12522",
         "title": "Hold or position spray guns to direct spray onto articles."
      },
      {
         "id": "23664",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23664",
         "title": "Spray prepared surfaces with specified amounts of primers and decorative or finish coatings."
      },
      {
         "id": "23659",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23659",
         "title": "Monitor painting operations to identify flaws, such as blisters or streaks, and correct their causes."
      },
      {
         "id": "23655",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9124.00/related/tasks/23655",
         "title": "Disassemble, clean, and reassemble sprayers or power equipment, using solvents, wire brushes, and cloths."
      }
   ]
}