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/27-4015.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "22673",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22673",
         "title": "Assess safety of wiring or equipment set-up to determine the risk of fire or electrical shock."
      },
      {
         "id": "22674",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22674",
         "title": "Consult with lighting director or production staff to determine lighting requirements."
      },
      {
         "id": "22675",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22675",
         "title": "Disassemble and store equipment after performances."
      },
      {
         "id": "22676",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22676",
         "title": "Install color effects or image patterns, such as color filters, onto lighting fixtures."
      },
      {
         "id": "22677",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22677",
         "title": "Install electrical cables or wire fixtures."
      },
      {
         "id": "22678",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22678",
         "title": "Load, unload, or position lighting equipment."
      },
      {
         "id": "22679",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22679",
         "title": "Match light fixture settings, such as brightness and color, to lighting design plans."
      },
      {
         "id": "22680",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22680",
         "title": "Notify supervisors when major lighting equipment repairs are needed."
      },
      {
         "id": "22681",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22681",
         "title": "Operate manual or automated systems to control lighting throughout productions."
      },
      {
         "id": "22682",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/related/tasks/22682",
         "title": "Patch or wire lights to dimmers or other electronic consoles."
      }
   ]
}