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/39-3021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8030",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/8030",
         "title": "Monitor operations to ensure that standards for sound and image projection quality are met."
      },
      {
         "id": "8029",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/8029",
         "title": "Start projectors and open shutters to project images onto screens."
      },
      {
         "id": "8040",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/8040",
         "title": "Open and close facilities according to rules and schedules."
      },
      {
         "id": "8031",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/8031",
         "title": "Operate equipment to show films in a number of theaters simultaneously."
      },
      {
         "id": "21201",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/21201",
         "title": "Perform regular maintenance tasks, such as rotating or replacing xenon bulbs, cleaning projectors and lenses, lubricating machinery, and keeping electrical contacts clean and tight."
      }
   ]
}