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-2041.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-2041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22544",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22544",
         "title": "Use gestures to shape the music being played, communicating desired tempo, phrasing, tone, color, pitch, volume, and other performance aspects."
      },
      {
         "id": "22545",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22545",
         "title": "Direct groups at rehearsals and live or recorded performances to achieve desired effects such as tonal and harmonic balance dynamics, rhythm, and tempo."
      },
      {
         "id": "22546",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22546",
         "title": "Study scores to learn the music in detail, and to develop interpretations."
      },
      {
         "id": "22547",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22547",
         "title": "Apply elements of music theory to create musical and tonal structures, including harmonies and melodies."
      },
      {
         "id": "22548",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/related/tasks/22548",
         "title": "Consider such factors as ensemble size and abilities, availability of scores, and the need for musical variety, to select music to be performed."
      }
   ]
}