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-2032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "11028",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11028",
         "title": "Direct rehearsals to instruct dancers in dance steps and in techniques to achieve desired effects.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "11032",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11032",
         "title": "Advise dancers on standing and moving properly, teaching correct dance techniques to help prevent injuries.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "11038",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11038",
         "title": "Teach students, dancers, and other performers about rhythm and interpretive movement.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11043",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11043",
         "title": "Record dance movements and their technical aspects, using a technical understanding of the patterns and formations of choreography.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11035",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11035",
         "title": "Direct and stage dance presentations for various forms of entertainment.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11031",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11031",
         "title": "Choose the music, sound effects, or spoken narrative to accompany a dance.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11040",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11040",
         "title": "Experiment with different types of dancers, steps, dances, and placements, testing ideas informally to get feedback from dancers.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "11041",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11041",
         "title": "Seek influences from other art forms, such as theatre, the visual arts, and architecture.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "11036",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11036",
         "title": "Develop ideas for creating dances, keeping notes and sketches to record influences.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11033",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/tasks/11033",
         "title": "Coordinate production music with music directors.",
         "importance": 71,
         "category": "Core"
      }
   ]
}