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