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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}