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/29-1129.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1129.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "19179",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.02/related/tasks/19179",
         "title": "Design or provide music therapy experiences to address client needs, such as using music for self-care, adjusting to life changes, improving cognitive functioning, raising self-esteem, communicating, or controlling impulses."
      },
      {
         "id": "19171",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.02/related/tasks/19171",
         "title": "Design music therapy experiences, using various musical elements to meet client's goals or objectives."
      },
      {
         "id": "19178",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.02/related/tasks/19178",
         "title": "Sing or play musical instruments, such as keyboard, guitar, or percussion instruments."
      },
      {
         "id": "19181",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.02/related/tasks/19181",
         "title": "Communicate with clients to build rapport, acknowledge their progress, or reflect upon their reactions to musical experiences."
      },
      {
         "id": "19170",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.02/related/tasks/19170",
         "title": "Customize treatment programs for specific areas of music therapy, such as intellectual or developmental disabilities, educational settings, geriatrics, medical settings, mental health, physical disabilities, or wellness."
      }
   ]
}