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-4032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4057",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4057",
         "title": "Organize and string together raw footage into a continuous whole according to scripts or the instructions of directors and producers.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "4052",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4052",
         "title": "Edit films and videotapes to insert music, dialogue, and sound effects, to arrange films into sequences, and to correct errors, using editing equipment.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "4053",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4053",
         "title": "Select and combine the most effective shots of each scene to form a logical and smoothly running story.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "4060",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4060",
         "title": "Review footage sequence by sequence to become familiar with it before assembling it into a final product.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "4061",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4061",
         "title": "Set up and operate computer editing systems, electronic titling systems, video switching equipment, and digital video effects units to produce a final product.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "4066",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4066",
         "title": "Trim film segments to specified lengths and reassemble segments in sequences that present stories with maximum effect.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "4050",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4050",
         "title": "Cut shot sequences to different angles at specific points in scenes, making each individual cut as fluid and seamless as possible.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "4058",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4058",
         "title": "Review assembled films or edited videotapes on screens or monitors to determine if corrections are necessary.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "4056",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4056",
         "title": "Verify key numbers and time codes on materials.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4064",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4032.00/related/tasks/4064",
         "title": "Manipulate plot, score, sound, and graphics to make the parts into a continuous whole, working closely with people in audio, visual, music, optical, or special effects departments.",
         "importance": 79,
         "category": "Core"
      }
   ]
}