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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19151",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19151",
         "title": "Observe and document client reactions, progress, or other outcomes related to art therapy.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "19146",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19146",
         "title": "Design art therapy sessions or programs to meet client's goals or objectives.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "19143",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19143",
         "title": "Conduct art therapy sessions, providing guided self-expression experiences to help clients recover from, or cope with, cognitive, emotional, or physical impairments.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "19144",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19144",
         "title": "Confer with other professionals on client's treatment team to develop, coordinate, or integrate treatment plans.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19141",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19141",
         "title": "Assess client needs or disorders, using drawing, painting, sculpting, or other artistic processes.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19153",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19153",
         "title": "Talk with clients during art or other therapy sessions to build rapport, acknowledge their progress, or reflect upon their reactions to the artistic process.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19147",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19147",
         "title": "Develop individualized treatment plans that incorporate studio art therapy, counseling, or psychotherapy techniques.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "19154",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19154",
         "title": "Write treatment plans, case summaries, or progress or other reports related to individual clients or client groups.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "19161",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19161",
         "title": "Select or prepare artistic media or related equipment or devices to accomplish therapy session objectives.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "19140",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1129.01/related/tasks/19140",
         "title": "Analyze or synthesize client data to draw conclusions or make recommendations for art therapy.",
         "importance": 78,
         "category": "Core"
      }
   ]
}