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