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.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22515",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22515",
         "title": "Plan details such as framing, composition, camera movement, sound, and actor movement for each shot or scene.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22516",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22516",
         "title": "Communicate to actors the approach, characterization, and movement needed for each scene in such a way that rehearsals and takes are minimized.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22517",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22517",
         "title": "Direct live broadcasts, films and recordings, or non-broadcast programming for public entertainment or education.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "22522",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22522",
         "title": "Research production topics using the internet, video archives, and other informational sources.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "22523",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22523",
         "title": "Review film, recordings, or rehearsals to ensure conformance to production and broadcast standards.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "22519",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22519",
         "title": "Study and research scripts to determine how they should be directed.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "22520",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22520",
         "title": "Supervise and coordinate the work of camera, lighting, design, and sound crew members.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "22521",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22521",
         "title": "Confer with technical directors, managers, crew members, and writers to discuss details of production, such as photography, script, music, sets, and costumes.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "22532",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22532",
         "title": "Perform management activities, such as budgeting, scheduling, planning, and marketing.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "22524",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.00/related/tasks/22524",
         "title": "Consult with writers, producers, or actors about script changes or \"workshop\" scripts, through rehearsal with writers and actors to create final drafts.",
         "importance": 74,
         "category": "Core"
      }
   ]
}