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-2012.05/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "3904",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3904",
         "title": "Switch between video sources in a studio or on multi-camera remotes, using equipment such as switchers, video slide projectors, and video effects generators.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "3897",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3897",
         "title": "Observe pictures through monitors and direct camera and video staff concerning shading and composition.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "3899",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3899",
         "title": "Supervise and assign duties to workers engaged in technical control and production of radio and television programs.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "3896",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3896",
         "title": "Monitor broadcasts to ensure that programs conform to station or network policies and regulations.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3902",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3902",
         "title": "Operate equipment to produce programs or broadcast live programs from remote locations.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "3895",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3895",
         "title": "Test equipment to ensure proper operation.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3903",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3903",
         "title": "Train workers in use of equipment, such as switchers, cameras, monitors, microphones, and lights.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "3898",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3898",
         "title": "Act as liaisons between engineering and production departments.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "3906",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3906",
         "title": "Collaborate with promotions directors to produce on-air station promotions.",
         "importance": 58,
         "category": "Core"
      },
      {
         "id": "3901",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.05/related/tasks/3901",
         "title": "Confer with operations directors to formulate and maintain fair and attainable technical policies for programs.",
         "importance": 57,
         "category": "Core"
      }
   ]
}