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-9091.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-9091.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13835",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13835",
         "title": "Fill machines with products, ingredients, money, and other supplies."
      },
      {
         "id": "13839",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13839",
         "title": "Inspect machines and meters to determine causes of malfunctions and fix minor problems such as jammed bills or stuck products."
      },
      {
         "id": "13840",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13840",
         "title": "Test machines to determine proper functioning."
      },
      {
         "id": "13846",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13846",
         "title": "Replace malfunctioning parts, such as worn magnetic heads on automatic teller machine (ATM) card readers."
      },
      {
         "id": "13845",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/tasks/13845",
         "title": "Maintain records of machine maintenance and repair."
      }
   ]
}