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.04/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.04/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "11018",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11018",
         "title": "Audition and interview performers to match their attributes to specific roles or to increase the pool of available acting talent.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11020",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11020",
         "title": "Prepare actors for auditions by providing scripts and information about roles and casting requirements.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11017",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11017",
         "title": "Select performers for roles or submit lists of suitable performers to producers or directors for final selection.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11024",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11024",
         "title": "Contact agents and actors to provide notification of audition and performance opportunities and to set up audition times.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11021",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11021",
         "title": "Serve as liaisons between directors, actors, and agents.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11023",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11023",
         "title": "Negotiate contract agreements with performers, with agents, or between performers and agents or production companies.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11026",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11026",
         "title": "Arrange for or design screen tests or auditions for prospective performers.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11015",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11015",
         "title": "Review performer information, such as photos, resumes, voice tapes, videos, and union membership, to decide whom to audition for parts.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11019",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11019",
         "title": "Maintain talent files that include information such as performers' specialties, past performances, and availability.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "11016",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2012.04/related/tasks/11016",
         "title": "Read scripts and confer with producers to determine the types and numbers of performers required for a given production.",
         "importance": 66,
         "category": "Core"
      }
   ]
}