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-4014.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7727",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7727",
         "title": "Record speech, music, and other sounds on recording media, using recording equipment."
      },
      {
         "id": "7720",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7720",
         "title": "Confer with producers, performers, and others to determine and achieve the desired sound for a production, such as a musical recording or a film."
      },
      {
         "id": "7729",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7729",
         "title": "Separate instruments, vocals, and other sounds, and combine sounds during the mixing or postproduction stage."
      },
      {
         "id": "7722",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/7722",
         "title": "Regulate volume level and sound quality during recording sessions, using control consoles."
      },
      {
         "id": "18662",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4014.00/related/tasks/18662",
         "title": "Set up, test, and adjust recording equipment for recording sessions and live performances."
      }
   ]
}