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