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