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