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-4031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4031",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/4031",
         "title": "Compose and frame each shot, applying the technical aspects of light, lenses, film, filters, and camera settings to achieve the effects sought by directors.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4030",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/4030",
         "title": "Operate television or motion picture cameras to record scenes for television broadcasts, advertising, or motion pictures.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4035",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/4035",
         "title": "Adjust positions and controls of cameras, printers, and related equipment to change focus, exposure, and lighting.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "4037",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/4037",
         "title": "Confer with directors, sound and lighting technicians, electricians, and other crew members to discuss assignments and determine filming sequences, desired effects, camera movements, and lighting requirements.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "4032",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/4032",
         "title": "Operate zoom lenses, changing images according to specifications and rehearsal instructions.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "4038",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/4038",
         "title": "Observe sets or locations for potential problems and to determine filming and lighting requirements.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18664",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/18664",
         "title": "Set up and perform live shots for broadcast.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4033",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/4033",
         "title": "Use cameras in any of several different camera mounts, such as stationary, track-mounted, or crane-mounted.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18666",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/18666",
         "title": "Test, clean, maintain, and repair broadcast equipment, including testing microphones, to ensure proper working condition.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "18663",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/related/tasks/18663",
         "title": "Edit video for broadcast productions, including non-linear editing.",
         "importance": 93,
         "category": "Supplemental"
      }
   ]
}