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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8034",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/8034",
         "title": "Set up and adjust picture projectors and screens to achieve proper size, illumination, and focus of images, and proper volume and tone of sound.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8035",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/8035",
         "title": "Inspect projection equipment prior to operation to ensure proper working order.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8039",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/8039",
         "title": "Perform minor repairs, such as replacing worn sprockets, or notify maintenance personnel of the need for major repairs.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8042",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/8042",
         "title": "Set up and inspect curtain and screen controls.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "8046",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3021.00/related/tasks/8046",
         "title": "Coordinate equipment operation with presentation of supplemental material, such as music, oral commentaries, or sound effects.",
         "importance": 67,
         "category": "Core"
      }
   ]
}